We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a385e4 commit 3e005fbCopy full SHA for 3e005fb
1 file changed
project/Dependencies.scala
@@ -10,7 +10,7 @@ object Dependencies {
10
11
val ScalaVersions = Seq(Scala212, Scala213, Scala3)
12
13
- def scalaTest = "org.scalatest" %% "scalatest" % "3.2.19" % Test
+ def scalaTest = "org.scalatest" %% "scalatest" % "3.2.20" % Test
14
15
def parserCombinators(scalaVersion: String) =
16
"org.scala-lang.modules" %% "scala-parser-combinators" % {
0 commit comments