Skip to content

Commit ac90ad4

Browse files
authored
remove unused dependency (jol-core) (scala#143)
it isn't obvious to me from the git history how/why this even was there in the first place
1 parent bc55b16 commit ac90ad4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ 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.16" % Test
2524
),
2625
)
2726
.jvmSettings(

0 commit comments

Comments
 (0)