We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdfa3e9 commit 0ae9c0eCopy full SHA for 0ae9c0e
build.sbt
@@ -47,7 +47,7 @@ lazy val root = project
47
48
// == Core Libraries ==
49
50
-lazy val junit = libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test
+lazy val junit = libraryDependencies += "com.github.sbt" % "junit-interface" % "0.13.2" % Test
51
52
lazy val scala211 = "2.11.12"
53
lazy val scala212 = "2.12.15"
0 commit comments