Skip to content

Commit fe099db

Browse files
authored
Merge pull request #179 from scala-steward/update/munit-1.2.1
Update munit to 1.2.1
2 parents e0e7687 + 6f2d6d2 commit fe099db

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

build.sbt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ lazy val V = new {
77
val Scalas = Seq(SCALA_2_13, SCALA_2_12, SCALA_3)
88
val literally = "1.2.0"
99
val scalaJavaTime = "2.6.0"
10-
val munit = "1.2.0"
10+
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)