Skip to content

Commit

Permalink
Merge pull request #192 from scala-steward/update/scalatest-3.2.10
Browse files Browse the repository at this point in the history
scalatest 3.2.10 (was 3.2.9)
  • Loading branch information
mkurz authored Jan 3, 2022
2 parents c6b8dfc + a807ee3 commit 3139e29
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 ScalaVersions = Seq(Scala212, Scala213, Scala3)

def scalaTest = "org.scalatest" %% "scalatest" % "3.2.9" % Test
def scalaTest = "org.scalatest" %% "scalatest" % "3.2.10" % Test

val parserCombinators =
"org.scala-lang.modules" %% "scala-parser-combinators" % "2.0.0"
Expand Down

0 comments on commit 3139e29

Please sign in to comment.