Skip to content

Commit

Permalink
Merge pull request #298 from guardian/nori/scala-2-13-10
Browse files Browse the repository at this point in the history
Bump to Scala 2.13.10
  • Loading branch information
kenoir committed Oct 25, 2022
2 parents cbc9b09 + e2ef552 commit ef948fd
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 @@ -6,7 +6,7 @@ version := "1.0-SNAPSHOT"

enablePlugins(PlayScala, RiffRaffArtifact, JDebPackaging, SystemdPlugin)

scalaVersion := "2.13.9"
scalaVersion := "2.13.10"

Universal / javaOptions ++= Seq(
"-Dpidfile.path=/dev/null",
Expand Down

0 comments on commit ef948fd

Please sign in to comment.