Skip to content

Commit

Permalink
scalatest 3.2.19 (was 3.2.18)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 10, 2024
1 parent dc1d18b commit dd18fae
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.18" % Test
def scalaTest = "org.scalatest" %% "scalatest" % "3.2.19" % Test

def parserCombinators(scalaVersion: String) =
"org.scala-lang.modules" %% "scala-parser-combinators" % {
Expand Down

0 comments on commit dd18fae

Please sign in to comment.