Skip to content

Commit

Permalink
bump munit-scalacheck
Browse files Browse the repository at this point in the history
  • Loading branch information
samspills authored May 23, 2024
1 parent 291d0b2 commit f4ef5c2
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 @@ -28,7 +28,7 @@ lazy val munit = crossProject(JSPlatform, JVMPlatform, NativePlatform)
.dependsOn(core)
.settings(
libraryDependencies ++= List(
"org.scalameta" %%% "munit-scalacheck" % "1.0.0-M11",
"org.scalameta" %%% "munit-scalacheck" % "1.0.0",
"org.typelevel" %%% "cats-effect" % "3.5.4" % Test
)
)

0 comments on commit f4ef5c2

Please sign in to comment.