From e716158aaf28fde6ac804ebcc6cef5d040402121 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 20 Oct 2022 05:06:41 +0000 Subject: [PATCH] Update scala-library to 2.13.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e69203ce..49e21f19 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ name := "treehub" organization := "io.github.uptane" -scalaVersion := "2.12.17" +scalaVersion := "2.13.10" scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8")