Skip to content

Commit

Permalink
Update scalatest to 3.2.9 (#307)
Browse files Browse the repository at this point in the history
* Update scalatest to 3.2.9

* Update scalatest to 3.2.9
  • Loading branch information
scala-steward authored May 24, 2021
1 parent e5019ec commit bb59142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Deps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ object Deps {
val ammoniteOps = "com.lihaoyi" %% "ammonite-ops" % "2.3.8"
val osLib = "com.lihaoyi" %% "os-lib" % "0.7.7"
val sourcecode = "com.lihaoyi" %% "sourcecode" % "0.2.7"
val scalatest = "org.scalatest" %% "scalatest" % "3.2.8"
val scalatest = "org.scalatest" %% "scalatest" % "3.2.9"
val fansi = "com.lihaoyi" %% "fansi" % "0.2.14"
val bloop = "ch.epfl.scala" %% "bloop-frontend" % "1.4.5"
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "1.3.0"
Expand Down

0 comments on commit bb59142

Please sign in to comment.