Skip to content

Commit

Permalink
FDN-2397:upgrade-scala-v2.13.13-sbt-version-upgrade (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhidwivedi2701 authored May 24, 2024
1 parent 66f1e07 commit d3721ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.10"
ThisBuild / scalaVersion := "2.13.13"
ThisBuild / javacOptions ++= Seq("-source", "17", "-target", "17")

// Resolve scala-xml version dependency mismatch, see https://github.com/sbt/sbt/issues/7007
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.9
sbt.version=1.10.0

0 comments on commit d3721ce

Please sign in to comment.