From 3d8d38205ae0243b12983e47b91e6f4e7f3e8895 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 13 Sep 2023 09:12:09 +0000 Subject: [PATCH] Update scala-library to 2.13.12 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d43e57cb..6d516ef6 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ name := "treehub" organization := "io.github.uptane" -scalaVersion := "2.12.18" +scalaVersion := "2.13.12" scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8")