Skip to content

Commit

Permalink
Update discipline-munit to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 6, 2024
1 parent cbd3797 commit 2d92d94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ lazy val tests = (project in file("modules/tests"))
name := "calypso-tests",
description := "calypso tests",
libraryDependencies ++= List(
"org.typelevel" %% "discipline-munit" % "1.0.9" % Test
"org.typelevel" %% "discipline-munit" % "2.0.0" % Test
),
publish / skip := true
)
Expand All @@ -110,7 +110,7 @@ lazy val refinedTests = (project in file("modules/refined-tests"))
description := "calypso refined tests",
libraryDependencies ++= List(
"eu.timepit" %% "refined-scalacheck" % "0.11.2" % Test,
"org.typelevel" %% "discipline-munit" % "1.0.9" % Test
"org.typelevel" %% "discipline-munit" % "2.0.0" % Test
),
publish / skip := true
)
Expand All @@ -131,7 +131,7 @@ lazy val scalapbTests = (project in file("modules/scalapb-tests"))
name := "calypso-scalapb-tests",
description := "calypso scalapb tests",
libraryDependencies ++= List(
"org.typelevel" %% "discipline-munit" % "1.0.9" % Test
"org.typelevel" %% "discipline-munit" % "2.0.0" % Test
),
publish / skip := true
)
Expand Down

0 comments on commit 2d92d94

Please sign in to comment.