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 8781f2f commit 46c1f80Copy full SHA for 46c1f80
build.sbt
@@ -42,7 +42,7 @@ credentials ++= (
42
).toList
43
44
libraryDependencies ++= Seq(
45
- "junit" % "junit" % "4.11",
+ "junit" % "junit" % "4.12",
46
"com.novocode" % "junit-interface" % "0.11" % Test,
47
"org.openjdk.jol" % "jol-core" % "0.5"
48
)
0 commit comments