From 9d6b618ec79101ceafc8f8fe36346f448d47db68 Mon Sep 17 00:00:00 2001 From: Scala steward Date: Thu, 11 Oct 2018 07:49:34 +0200 Subject: [PATCH] Update jol-core to 0.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a9b047d..e7b3021 100644 --- a/build.sbt +++ b/build.sbt @@ -44,6 +44,6 @@ credentials ++= ( libraryDependencies ++= Seq( "junit" % "junit" % "4.12", "com.novocode" % "junit-interface" % "0.11" % Test, - "org.openjdk.jol" % "jol-core" % "0.5" + "org.openjdk.jol" % "jol-core" % "0.9" )