From 2d92d9400d51aaa6c11d066c5a53111bd67d7548 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 6 Jun 2024 15:26:40 +0000 Subject: [PATCH] Update discipline-munit to 2.0.0 --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 62bb715..d1bedfd 100644 --- a/build.sbt +++ b/build.sbt @@ -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 ) @@ -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 ) @@ -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 )