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

Commit 7896851

Browse files
scala-stewardmwz
andauthored
Update scalatest to 3.2.3 (#119)
Co-authored-by: Michael Wizner <mwz@users.noreply.github.com>
1 parent 6f2be3f commit 7896851

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
@@ -65,7 +65,7 @@ libraryDependencies ++= Seq(
6565
"junit" % "junit" % "4.13.1" % "test",
6666
"com.novocode" % "junit-interface" % "0.11" % "test",
6767
"com.google.guava" % "guava" % "29.0-jre" % "test",
68-
"org.scalatest" %% "scalatest" % "3.2.2" % "test",
68+
"org.scalatest" %% "scalatest" % "3.2.3" % "test",
6969
"org.scalatestplus" %% "junit-4-13" % "3.2.3.0" % "test",
7070
"org.scalameta" %% "munit" % "0.7.13" % "test"
7171
)

0 commit comments

Comments
 (0)