Skip to content

Commit

Permalink
Merge pull request #76 from tototoshi/update/munit-1.0.0-M8
Browse files Browse the repository at this point in the history
Update munit to 1.0.0-M8
  • Loading branch information
tototoshi committed Aug 15, 2023
2 parents f5d639e + a28ef6f commit 04dc569
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.220" % Test,
"org.scalameta" %% "munit" % "1.0.0-M7" % Test
"org.scalameta" %% "munit" % "1.0.0-M8" % Test
),
publishTo := _publishTo(version.value)
)
Expand Down

0 comments on commit 04dc569

Please sign in to comment.