From d59fef4ceae9ab6d7ea0514849671318afc691da Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 10 Nov 2022 22:08:37 +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 b28169c5..6fce4e59 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ scalacOptions := Seq("-deprecation", "-unchecked", "-Xlint", "-Yno-adapted-args" scalacOptions += "-release:8" -scalaVersion := "2.12.17" +scalaVersion := "2.13.10" addSbtPlugin("org.portable-scala" % "sbt-platform-deps" % "1.0.1")