Skip to content

Commit 6f2d6d2

Browse files
committed
Decouple munit and munit-scalacheck versions
1 parent ca6bfc8 commit 6f2d6d2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ lazy val V = new {
88
val literally = "1.2.0"
99
val scalaJavaTime = "2.6.0"
1010
val munit = "1.2.1"
11+
val munitScalacheck = "1.2.0"
1112
}
1213

1314
ThisBuild / scalaVersion := V.Scalas.head
@@ -51,7 +52,7 @@ lazy val `java-time-literals` = crossProject(JSPlatform, JVMPlatform, NativePlat
5152
"org.typelevel" %%% "literally" % V.literally,
5253
"io.github.cquiroz" %%% "scala-java-time" % V.scalaJavaTime,
5354
"org.scalameta" %%% "munit" % V.munit % Test,
54-
"org.scalameta" %%% "munit-scalacheck" % V.munit % Test,
55+
"org.scalameta" %%% "munit-scalacheck" % V.munitScalacheck % Test,
5556
"io.github.cquiroz" %%% "scala-java-time-tzdb" % V.scalaJavaTime % Test,
5657
)
5758
},

0 commit comments

Comments
 (0)