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.
2 parents 20bea6f + 9491b1d commit 4c6492bCopy full SHA for 4c6492b
build.sbt
@@ -123,7 +123,7 @@ lazy val compiler = project
123
}
124
},
125
libraryDependencies += parserCombinators(scalaVersion.value) % Optional,
126
- libraryDependencies += ("org.scalameta" %% "parsers" % "4.7.4").cross(CrossVersion.for3Use2_13),
+ libraryDependencies += ("org.scalameta" %% "parsers" % "4.7.5").cross(CrossVersion.for3Use2_13),
127
run / fork := true
128
)
129
.aggregate(parser)
0 commit comments