From 773f86a10d2782235bfb99fcb6788a23c51db273 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Sep 2024 23:41:54 +0000 Subject: [PATCH] Update scala-library to 2.13.15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 04f0dfe..7cd1a06 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ name := "treehub" organization := "io.github.uptane" -scalaVersion := "2.13.11" +scalaVersion := "2.13.15" scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8", "-Xasync", "-Xsource:3")