Skip to content

Commit

Permalink
Merge pull request #698 from playframework/mergify/bp/1.6.x/pr-697
Browse files Browse the repository at this point in the history
[1.6.x] Patch updates (backport #697) by @scala-steward
  • Loading branch information
mergify[bot] authored Oct 22, 2023
2 parents 0e14410 + 42f9716 commit 7eaf1db
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 @@ -114,7 +114,7 @@ lazy val compiler = project
}
},
libraryDependencies += parserCombinators(scalaVersion.value),
libraryDependencies += ("org.scalameta" %% "parsers" % "4.8.10").cross(CrossVersion.for3Use2_13),
libraryDependencies += ("org.scalameta" %% "parsers" % "4.8.12").cross(CrossVersion.for3Use2_13),
run / fork := true,
buildInfoKeys := Seq[BuildInfoKey](scalaVersion),
buildInfoPackage := "play.twirl.compiler"
Expand Down

0 comments on commit 7eaf1db

Please sign in to comment.