Skip to content

Commit

Permalink
Update scalatest to 3.2.7 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Apr 10, 2021
1 parent ea6e048 commit 482dc78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ crossScalaVersions := Seq(scala211, scala212, scala213)
val nimbusJwt = "com.nimbusds" % "nimbus-jose-jwt" % "9.8.1"
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.3"
val scalaCheck = "org.scalacheck" %% "scalacheck" % "1.15.2" % Test
val scalatest = "org.scalatest" %% "scalatest" % "3.2.6" % Test
val scalatest = "org.scalatest" %% "scalatest" % "3.2.7" % Test
val scalatestPlus = "org.scalatestplus" %% "scalacheck-1-14" % "3.2.2.0" % Test

libraryDependencies ++= Seq(
Expand Down

0 comments on commit 482dc78

Please sign in to comment.