From d3721cee92e28ebd954cda5ba7ea4bd4e13b25e9 Mon Sep 17 00:00:00 2001 From: Abhishek Dwivedi <101242704+abhidwivedi2701@users.noreply.github.com> Date: Fri, 24 May 2024 16:06:48 +0530 Subject: [PATCH] FDN-2397:upgrade-scala-v2.13.13-sbt-version-upgrade (#568) --- build.sbt | 2 +- project/build.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 43fbf1c..a322ec5 100644 --- a/build.sbt +++ b/build.sbt @@ -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 diff --git a/project/build.properties b/project/build.properties index 4d5f78c..b485f62 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.9 \ No newline at end of file +sbt.version=1.10.0 \ No newline at end of file