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
scala-steward committed Jan 24, 2025
1 parent 0dc5336 commit 9165724
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 @@ -44,7 +44,7 @@ val commonSettings = Seq(
"io.circe" %% "circe-jawn" % circeVersion % Test,
"io.circe" %% "circe-generic" % circeVersion % Test,
"io.circe" %% "circe-literal" % circeVersion % Test,
"org.scalameta" %% "munit-scalacheck" % "0.7.29" % Test
"org.scalameta" %% "munit-scalacheck" % "1.1.0" % Test
),
scalacOptions ++= Seq("-target:jvm-1.8", "-Ywarn-unused:imports") ++ {
CrossVersion.partialVersion(scalaVersion.value) match {
Expand Down

0 comments on commit 9165724

Please sign in to comment.