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

Commit 2188233

Browse files
scala-stewardmwz
andauthored
Update junit-4-12 to 3.1.1.0 (#25)
Co-authored-by: Michael Wizner <mwz@users.noreply.github.com>
1 parent b3316eb commit 2188233

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
@@ -66,7 +66,7 @@ libraryDependencies ++= Seq(
6666
"com.novocode" % "junit-interface" % "0.11" % "test",
6767
"com.google.guava" % "guava" % "23.0" % "test",
6868
"org.scalatest" %% "scalatest" % "3.1.1" % "test",
69-
"org.scalatestplus" %% "junit-4-12" % "3.1.0.0" % "test",
69+
"org.scalatestplus" %% "junit-4-12" % "3.1.1.0" % "test",
7070
"org.scalameta" %% "munit" % "0.5.2" % "test"
7171
)
7272

0 commit comments

Comments
 (0)