Skip to content

Commit

Permalink
Update scala-native to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JD557 committed Apr 14, 2024
1 parent 5c68f17 commit 6b74532
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ lazy val core =
.in(file("core"))
.settings(
name := "interim",
libraryDependencies += "org.scalameta" %%% "munit" % "1.0.0-M11" % Test,
resolvers += "jitpack" at "https://www.jitpack.io", // Bootleg Munit
libraryDependencies += "com.github.JD557.munit" %%% "munit" % "297481cecd" % Test,
//libraryDependencies += "org.scalameta" %%% "munit" % "1.0.0-M11" % Test,
Compile / doc / scalacOptions ++=
Seq(
"-project",
Expand Down
2 changes: 1 addition & 1 deletion examples/snapshot/example-minart-backend.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//> using scala "3.3.3"
//> using dep "eu.joaocosta::minart::0.6.0-M2"
//> using dep "eu.joaocosta::minart::0.6.0-M3"
//> using dep "eu.joaocosta::interim::0.1.7-SNAPSHOT"

/** This file contains a simple graphical backend written in Minart.
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0")

0 comments on commit 6b74532

Please sign in to comment.