Skip to content

Commit

Permalink
Update munit to 1.0.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
CozyBot[bot] authored and CozyBot[bot] committed Apr 25, 2024
1 parent 3d39a04 commit ac4a2f0
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 @@ -39,7 +39,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-parse" % "1.0.0",
"org.typelevel" %%% "cats-core" % "2.10.0",
"org.scalameta" %%% "munit" % "1.0.0-M11" % Test,
"org.scalameta" %%% "munit" % "1.0.0-RC1" % Test,
),
)

Expand Down

0 comments on commit ac4a2f0

Please sign in to comment.