From 26ec681a5b23ffe42e278f4952968a0e7a80489b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 13 Aug 2020 15:39:46 +0200 Subject: [PATCH] Update jol-core to 0.12 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e8afb79..b31306a 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ lazy val collectionContrib = crossProject(JVMPlatform, JSPlatform) libraryDependencies ++= Seq( "junit" % "junit" % "4.13" % Test, "com.novocode" % "junit-interface" % "0.11" % Test, - "org.openjdk.jol" % "jol-core" % "0.11" % Test + "org.openjdk.jol" % "jol-core" % "0.12" % Test ), // https://github.com/sbt/sbt/issues/5043 useCoursier := false