Skip to content

Commit

Permalink
Merge pull request #141 from SimY4/update/munit-scalacheck-1.1.0
Browse files Browse the repository at this point in the history
Update munit-scalacheck to 1.1.0
  • Loading branch information
SimY4 authored Jan 26, 2025
2 parents 34ab164 + ba85d9b commit 70bda15
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 @@ -70,7 +70,7 @@ lazy val core = (project in file("core"))
headerEndYear := Some(2025),
libraryDependencies ++= Seq(
"org.scalameta" %% "munit" % "1.1.0" % Test,
"org.scalameta" %% "munit-scalacheck" % "1.0.0" % Test
"org.scalameta" %% "munit-scalacheck" % "1.1.0" % Test
)
)
.settings(javaLibSettings(8))
Expand Down

0 comments on commit 70bda15

Please sign in to comment.