Skip to content

Commit

Permalink
Update scalatest to 3.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 1, 2021
1 parent 9e8473d commit 3c5656c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -38,7 +38,7 @@ val sharedSettings = mimaDefaultSettings ++ Seq(
),
libraryDependencies ++= Seq(
"org.scalacheck" %% "scalacheck" % "1.15.2" % "test",
"org.scalatest" %% "scalatest" % "3.2.6" % "test",
"org.scalatest" %% "scalatest" % "3.2.7" % "test",
"org.scalatestplus" %% "scalatestplus-scalacheck" % "3.1.0.0-RC2" % "test",
"com.esotericsoftware" % "kryo-shaded" % kryoVersion
),
Expand Down

0 comments on commit 3c5656c

Please sign in to comment.