Skip to content

Commit

Permalink
Update munit to use scala-native 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukagami committed Apr 12, 2024
1 parent 414e14f commit b7ecbb0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "dependencies/munit"]
path = dependencies/munit
url = https://github.com/natsukagami/munit.git
branch = use-0.5-snapshot-sn
branch = scala-native-0.5
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ lazy val root =
.jvmSettings(
Seq(
javaOptions += "--version 21",
libraryDependencies += "org.scalameta" %% "munit" % "1.0.0-M10" % Test
libraryDependencies += "org.scalameta" %% "munit" % "1.0.0-M11" % Test
)
)
.nativeSettings(
Seq(
nativeConfig ~= { c =>
c.withMultithreading(true)
},
libraryDependencies += "org.scalameta" %%% "munit" % "1.0.0-M10+17-0ca7e7e9-SNAPSHOT" % Test
libraryDependencies += "org.scalameta" %%% "munit" % "1.0.0-M10+44-b93292d5-SNAPSHOT" % Test
)
)

0 comments on commit b7ecbb0

Please sign in to comment.