Skip to content

Commit 9d74f7a

Browse files
authored
Update scalatest to 3.2.15
1 parent 98de406 commit 9d74f7a

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
@@ -26,7 +26,7 @@ lazy val exercises = (project in file("."))
2626
"joda-time" % "joda-time" % "2.12.2",
2727
"com.47deg" %% "scalacheck-toolbox-datetime" % "0.6.0",
2828
"com.chuusai" %% "shapeless" % "2.3.10",
29-
"org.scalatest" %% "scalatest" % "3.2.14",
29+
"org.scalatest" %% "scalatest" % "3.2.15",
3030
"org.scalacheck" %% "scalacheck" % "1.17.0",
3131
"org.scalatestplus" %% "scalacheck-1-14" % "3.2.2.0",
3232
"com.github.alexarchambault" %% "scalacheck-shapeless_1.15" % "1.3.0"

0 commit comments

Comments
 (0)