Skip to content

Commit af08467

Browse files
committed
update junit 4.13
1 parent 2878b60 commit af08467

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
@@ -34,7 +34,7 @@ Compile / unmanagedSourceDirectories +=
3434

3535
libraryDependencies ++= Seq(
3636
"org.scalatest" %% "scalatest" % "3.1.1",
37-
"junit" % "junit" % "4.12"
37+
"junit" % "junit" % "4.13"
3838
)
3939
Test / scalacOptions ++= (if (isDotty.value) Seq("-language:implicitConversions") else Nil)
4040

0 commit comments

Comments
 (0)