Skip to content

Commit

Permalink
Merge pull request #52 from cozydev-pink/update/munit-1.0.0-M8
Browse files Browse the repository at this point in the history
  • Loading branch information
valencik authored Jun 11, 2023
2 parents d749916 + b4159f3 commit a08e31a
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.9",
"org.typelevel" %%% "cats-core" % "2.9.0",
"org.scalameta" %%% "munit" % "1.0.0-M7" % Test,
"org.scalameta" %%% "munit" % "1.0.0-M8" % Test,
),
)

Expand Down

0 comments on commit a08e31a

Please sign in to comment.