Skip to content

Commit 0b049ab

Browse files
Update jol-core to 0.10 (scala#79)
1 parent f2b19e3 commit 0b049ab

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
@@ -27,7 +27,7 @@ lazy val collectionContrib = crossProject(JVMPlatform, JSPlatform)
2727
libraryDependencies ++= Seq(
2828
"junit" % "junit" % "4.13" % Test,
2929
"com.novocode" % "junit-interface" % "0.11" % Test,
30-
"org.openjdk.jol" % "jol-core" % "0.9" % Test
30+
"org.openjdk.jol" % "jol-core" % "0.10" % Test
3131
),
3232
// https://github.com/sbt/sbt/issues/5043
3333
useCoursier := false

0 commit comments

Comments
 (0)