Skip to content

Commit

Permalink
Bump munit version
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Jun 16, 2022
1 parent 2e5d6f3 commit fc0fe9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ lazy val tests = crossProject(JSPlatform, JVMPlatform, NativePlatform)
.settings(
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-testkit" % CatsVersion,
"org.scalameta" %%% "munit" % "0.7.29",
"org.typelevel" %%% "discipline-munit" % "1.0.9"))
"org.scalameta" %%% "munit" % "1.0.0-M5",
"org.typelevel" %%% "discipline-munit" % "2.0.0-M2"))
.jsSettings(commonJsSettings)
.jvmSettings(commonJvmSettings)
.nativeSettings(commonNativeSettings)
Expand Down

0 comments on commit fc0fe9f

Please sign in to comment.