Skip to content

Commit

Permalink
Merge pull request playframework#843 from scala-steward/update/2.0.x/…
Browse files Browse the repository at this point in the history
…parsers-4.10.2

[2.0.x] parsers 4.10.2 (was 4.9.9)
  • Loading branch information
mkurz authored Nov 4, 2024
2 parents 5099d80 + 17d027d commit de1f4f2
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 @@ -116,7 +116,7 @@ lazy val compiler = project
}
},
libraryDependencies += parserCombinators(scalaVersion.value),
libraryDependencies += ("org.scalameta" %% "parsers" % "4.9.9").cross(CrossVersion.for3Use2_13),
libraryDependencies += ("org.scalameta" %% "parsers" % "4.10.2").cross(CrossVersion.for3Use2_13),
run / fork := true,
buildInfoKeys := Seq[BuildInfoKey](scalaVersion),
buildInfoPackage := "play.twirl.compiler",
Expand Down

0 comments on commit de1f4f2

Please sign in to comment.