From 6596b1bc63714e895c24cb636968710dddbaae03 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 25 Aug 2020 13:02:00 +0200 Subject: [PATCH] Update jol-core to 0.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b31306a..b62e738 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.12" % Test + "org.openjdk.jol" % "jol-core" % "0.13" % Test ), // https://github.com/sbt/sbt/issues/5043 useCoursier := false