Skip to content

Commit

Permalink
Merge pull request #1117 from scala-steward/update/scalatest-3.2.13
Browse files Browse the repository at this point in the history
Update scalatest to 3.2.13
  • Loading branch information
eed3si9n authored Jul 31, 2022
2 parents ea230ba + 65c51ac commit 5804d50
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 @@ -73,7 +73,7 @@ object Dependencies {
val parserCombinator = "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2"
val sbinary = "org.scala-sbt" %% "sbinary" % "0.5.1"
val scalaCheck = "org.scalacheck" %% "scalacheck" % "1.16.0"
val scalatest = "org.scalatest" %% "scalatest" % "3.2.12"
val scalatest = "org.scalatest" %% "scalatest" % "3.2.13"
val verify = "com.eed3si9n.verify" %% "verify" % "2.0.1"
val sjsonnew = Def.setting {
"com.eed3si9n" %% "sjson-new-core" % contrabandSjsonNewVersion.value
Expand Down

0 comments on commit 5804d50

Please sign in to comment.