Skip to content

Commit 46c1f80

Browse files
committed
Update junit to 4.12
1 parent 8781f2f commit 46c1f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ credentials ++= (
4242
).toList
4343

4444
libraryDependencies ++= Seq(
45-
"junit" % "junit" % "4.11",
45+
"junit" % "junit" % "4.12",
4646
"com.novocode" % "junit-interface" % "0.11" % Test,
4747
"org.openjdk.jol" % "jol-core" % "0.5"
4848
)

0 commit comments

Comments
 (0)