Skip to content

Commit

Permalink
Merge pull request #106 from tototoshi/update/munit-1.0.0-RC1
Browse files Browse the repository at this point in the history
Update munit to 1.0.0-RC1
  • Loading branch information
tototoshi committed May 2, 2024
2 parents 119011e + ca05c31 commit 4baf297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ThisBuild / scalaVersion := scalaVersion_3
lazy val commonSettings = Seq(
libraryDependencies ++= Seq(
"com.h2database" % "h2" % "2.2.224" % Test,
"org.scalameta" %% "munit" % "1.0.0-M11" % Test
"org.scalameta" %% "munit" % "1.0.0-RC1" % Test
),
publishTo := _publishTo(version.value)
)
Expand Down

0 comments on commit 4baf297

Please sign in to comment.