Skip to content

Commit

Permalink
PAY-4070: Upgrade scala to version 2.13.15
Browse files Browse the repository at this point in the history
  • Loading branch information
jlogeart committed Oct 4, 2024
1 parent 9e2053a commit e5c1b30
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
@@ -1,6 +1,6 @@
name := "registry"

ThisBuild / scalaVersion := "2.13.14"
ThisBuild / scalaVersion := "2.13.15"
ThisBuild / javacOptions ++= Seq("-source", "17", "-target", "17")

// Resolve scala-xml version dependency mismatch, see https://github.com/sbt/sbt/issues/7007
Expand Down

0 comments on commit e5c1b30

Please sign in to comment.