Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit a2009d8

Browse files
Update junit to 4.13.2 (#144)
1 parent 14f353f commit a2009d8

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
@@ -62,7 +62,7 @@ libraryDependencies ++= Seq(
6262
"org.scala-lang.modules" %% "scala-collection-compat" % "2.3.2",
6363
"org.scalariform" %% "scalariform" % "0.2.10",
6464
"com.typesafe" % "config" % "1.4.1",
65-
"junit" % "junit" % "4.13.1" % "test",
65+
"junit" % "junit" % "4.13.2" % "test",
6666
"com.novocode" % "junit-interface" % "0.11" % "test",
6767
"com.google.guava" % "guava" % "30.1-jre" % "test",
6868
"org.scalatest" %% "scalatest" % "3.2.3" % "test",

0 commit comments

Comments
 (0)