Skip to content

Commit

Permalink
Update junit-interface to 0.13.3 (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Dec 30, 2021
1 parent d01f3a2 commit 656116f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ lazy val sconfig = crossProject(JVMPlatform, NativePlatform, JSPlatform)
libraryDependencies ++= Seq(
("io.crashbox" %% "spray-json" % "1.3.5-7" % Test)
.cross(CrossVersion.for3Use2_13),
"com.github.sbt" % "junit-interface" % "0.13.2" % Test
"com.github.sbt" % "junit-interface" % "0.13.3" % Test
// includes junit 4.13.2
),
Compile / compile / javacOptions ++= Seq(
Expand Down

0 comments on commit 656116f

Please sign in to comment.