Skip to content

Commit 0f55123

Browse files
authored
Merge pull request scala#9 from scala-steward/update/junit-4.12
Update junit to 4.12
2 parents 8781f2f + 46c1f80 commit 0f55123

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)