Skip to content

Commit bcb00ff

Browse files
Update jol-core to 0.16 (scala#139)
1 parent 4c0edd6 commit bcb00ff

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
@@ -21,7 +21,7 @@ lazy val collectionContrib = crossProject(JVMPlatform, JSPlatform)
2121
libraryDependencies ++= Seq(
2222
"junit" % "junit" % "4.13.2" % Test,
2323
"com.novocode" % "junit-interface" % "0.11" % Test,
24-
"org.openjdk.jol" % "jol-core" % "0.15" % Test
24+
"org.openjdk.jol" % "jol-core" % "0.16" % Test
2525
),
2626
)
2727
.jvmSettings(

0 commit comments

Comments
 (0)