Skip to content

Commit

Permalink
Merge pull request #32 from mzuehlke/munit-1.0.1
Browse files Browse the repository at this point in the history
update munit to 1.0.1
  • Loading branch information
tgodzik authored Sep 3, 2024
2 parents 7ce329e + 1c03e92 commit bc8d74c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ inThisBuild(
)
),
scalaVersion := scala213,
useSuperShell := false
useSuperShell := false,
// This is not nice, but we need to add the _native0.5 for this: https://github.com/sbt/sbt/issues/7140
libraryDependencySchemes += "org.scala-native" %% "test-interface_native0.5" % VersionScheme.Always
)
)

Expand Down Expand Up @@ -123,8 +125,8 @@ lazy val munitScalacheck = crossProject(JSPlatform, JVMPlatform, NativePlatform)
sharedSettings,
libraryDependencies ++= Seq(
"org.scalacheck" %%% "scalacheck" % "1.18.0",
"org.scalameta" %%% "munit-diff" % "1.0.0",
"org.scalameta" %%% "munit" % "1.0.0"
"org.scalameta" %%% "munit-diff" % "1.0.1",
"org.scalameta" %%% "munit" % "1.0.1"
)
)
.jvmSettings(
Expand Down

0 comments on commit bc8d74c

Please sign in to comment.