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