From c68defb574515497d248a16111b5c51e0886cace Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 13 Sep 2023 09:10:09 +0000 Subject: [PATCH] Update scala-library, scala-reflect to 2.13.12 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1afb6d07..56256c74 100644 --- a/build.sbt +++ b/build.sbt @@ -52,7 +52,7 @@ lazy val serverDependencies = libraryDependencies ++= { lazy val commonSettings = Seq( organization := "io.github.uptane", - scalaVersion := "2.13.10", + scalaVersion := "2.13.12", organizationName := "uptane", organizationHomepage := Some(url("https://uptane.github.io/")), scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8", "-Xasync", "-Xsource:3"),