Skip to content

Commit

Permalink
Update munit, munit-scalacheck to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and jchapuis committed Jun 28, 2024
1 parent f07ec68 commit 79c7b7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ object Dependencies {
)
lazy val log4catsTesting = Seq("org.typelevel" %% "log4cats-testing" % log4catsVersion)

lazy val mUnitVersion = "0.7.29"
lazy val mUnitVersion = "1.0.0"
lazy val disciplineMUnitVersion = "2.0.0"
lazy val mUnit =
Seq("org.scalameta" %% "munit", "org.scalameta" %% "munit-scalacheck").map(
Expand Down
1 change: 1 addition & 0 deletions project/project/build.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sbt.version=1.8.2

0 comments on commit 79c7b7e

Please sign in to comment.