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.
2 parents 0f55123 + 9d6b618 commit 37a6c53Copy full SHA for 37a6c53
build.sbt
@@ -44,6 +44,6 @@ credentials ++= (
44
libraryDependencies ++= Seq(
45
"junit" % "junit" % "4.12",
46
"com.novocode" % "junit-interface" % "0.11" % Test,
47
- "org.openjdk.jol" % "jol-core" % "0.5"
+ "org.openjdk.jol" % "jol-core" % "0.9"
48
)
49
0 commit comments