Skip to content

Commit

Permalink
Update munit-scalacheck to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danicheg committed Jan 25, 2025
1 parent 7e5b6f9 commit e872334
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 @@ -23,7 +23,7 @@ lazy val cross = crossProject(JSPlatform, JVMPlatform, NativePlatform)
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % "2.13.0",
"org.scalameta" %%% "munit" % "1.1.0" % Test,
"org.scalameta" %%% "munit-scalacheck" % "1.0.0" % Test
"org.scalameta" %%% "munit-scalacheck" % "1.1.0" % Test
),
developers := List(
Developer("benhutchison", "Ben Hutchison", "brhutchison@gmail.com", url = url("https://github.com/benhutchison"))
Expand Down

0 comments on commit e872334

Please sign in to comment.