Skip to content

Commit 9b4e010

Browse files
Update jol-core to 0.14 (#108)
1 parent 8ac8daf commit 9b4e010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ lazy val collectionContrib = crossProject(JVMPlatform, JSPlatform)
1818
libraryDependencies ++= Seq(
1919
"junit" % "junit" % "4.13.1" % Test,
2020
"com.novocode" % "junit-interface" % "0.11" % Test,
21-
"org.openjdk.jol" % "jol-core" % "0.13" % Test
21+
"org.openjdk.jol" % "jol-core" % "0.14" % Test
2222
),
2323
// https://github.com/sbt/sbt/issues/5043
2424
useCoursier := false

0 commit comments

Comments
 (0)