Skip to content

Commit

Permalink
Merge pull request #680 from scala-steward/update/parsers-4.8.10
Browse files Browse the repository at this point in the history
parsers 4.8.10 (was 4.8.8)
  • Loading branch information
mkurz authored Sep 13, 2023
2 parents d3452a0 + 7b9073d commit 9a0ec60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ lazy val compiler = project
}
},
libraryDependencies += parserCombinators(scalaVersion.value),
libraryDependencies += ("org.scalameta" %% "parsers" % "4.8.8").cross(CrossVersion.for3Use2_13),
libraryDependencies += ("org.scalameta" %% "parsers" % "4.8.10").cross(CrossVersion.for3Use2_13),
run / fork := true,
buildInfoKeys := Seq[BuildInfoKey](scalaVersion),
buildInfoPackage := "play.twirl.compiler"
Expand Down

0 comments on commit 9a0ec60

Please sign in to comment.