Skip to content

Commit

Permalink
Update munit to 1.0.0-M10
Browse files Browse the repository at this point in the history
  • Loading branch information
CozyBot[bot] authored and CozyBot[bot] committed Sep 15, 2023
1 parent d6dbd9e commit 59fb7a6
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" % "0.3.10",
"org.typelevel" %%% "cats-core" % "2.10.0",
"org.scalameta" %%% "munit" % "1.0.0-M9" % Test,
"org.scalameta" %%% "munit" % "1.0.0-M10" % Test,
),
)

Expand Down

0 comments on commit 59fb7a6

Please sign in to comment.