Skip to content

Commit 88798b9

Browse files
authored
Merge pull request #1220 from typelevel/update/series/0.6.x/junit-interface-1.2.0
Update junit-interface to 1.2.0 in series/0.6.x
2 parents 3a019bf + 48c8a42 commit 88798b9

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
@@ -187,7 +187,7 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform)
187187
.settings(
188188
libraryDependencies ++= Seq(
189189
"org.scalameta" %%% "munit" % "1.0.0",
190-
"org.scalameta" % "junit-interface" % "1.1.2",
190+
"org.scalameta" % "junit-interface" % "1.2.0",
191191
"org.typelevel" %%% "scalacheck-effect-munit" % "2.0.0-M2",
192192
"org.typelevel" %%% "munit-cats-effect" % "2.1.0",
193193
"org.typelevel" %%% "cats-free" % "2.11.0",

0 commit comments

Comments
 (0)