Skip to content

Commit

Permalink
Update scalatest to 3.2.13 (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 19, 2022
1 parent f4eefd1 commit 484388e
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.4.0"
val osLib = "com.lihaoyi" %% "os-lib" % "0.7.7"
val sourcecode = "com.lihaoyi" %% "sourcecode" % "0.3.0"
val scalatest = "org.scalatest" %% "scalatest" % "3.2.12"
val scalatest = "org.scalatest" %% "scalatest" % "3.2.13"
val fansi = "com.lihaoyi" %% "fansi" % "0.4.0"
val bloop = "ch.epfl.scala" %% "bloop-frontend" % "1.5.0"
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "1.3.0"
Expand Down

0 comments on commit 484388e

Please sign in to comment.