From 18d24f6cf0055d316fdad66f9f3fdae0a0dd8754 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 27 Feb 2024 23:52:53 +0000 Subject: [PATCH] Update scala-library to 2.13.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1db06f43..33fd8c76 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ version := "0.3-pre1" licenses := Seq("MIT license" -> url("https://opensource.org/licenses/MIT")) -scalaVersion := "2.13.8" +scalaVersion := "2.13.13" scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8")