Skip to content

Commit 5c7e21a

Browse files
authored
Merge pull request #1076 from typelevel/update/series/0.6.x/junit-interface-1.0.0-RC1
Update junit-interface to 1.0.0-RC1 in series/0.6.x
2 parents 72cb16b + 8fdf77d commit 5c7e21a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform)
188188
tlFatalWarnings := false,
189189
libraryDependencies ++= Seq(
190190
"org.scalameta" %%% "munit" % "1.0.0-RC1",
191-
"org.scalameta" % "junit-interface" % "1.0.0-M12",
191+
"org.scalameta" % "junit-interface" % "1.0.0-RC1",
192192
"org.typelevel" %%% "scalacheck-effect-munit" % "2.0.0-M2",
193193
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-RC1",
194194
"org.typelevel" %%% "cats-free" % "2.10.0",

0 commit comments

Comments
 (0)