Skip to content

Commit

Permalink
Merge pull request #68 from scala-steward/update/scalatest-3.2.0
Browse files Browse the repository at this point in the history
Update scalatest to 3.2.0
  • Loading branch information
t3hnar committed Jun 20, 2020
2 parents fafa30b + 2d31d25 commit 4684012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ object Dependencies {
val `play-json-jsoniter` = "com.evolutiongaming" %% "play-json-jsoniter" % "0.6.1"
val `scala-java8-compat` = "org.scala-lang.modules" %% "scala-java8-compat" % "0.9.1"
val `collection-compat` = "org.scala-lang.modules" %% "scala-collection-compat" % "2.1.6"
val scalatest = "org.scalatest" %% "scalatest" % "3.1.2"
val scalatest = "org.scalatest" %% "scalatest" % "3.2.0"
val smetrics = "com.evolutiongaming" %% "smetrics" % "0.1.1"
val `kind-projector` = "org.typelevel" % "kind-projector" % "0.10.3"

Expand Down

0 comments on commit 4684012

Please sign in to comment.