From 22072660531df090ec185402a34301fbe596e48e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 5 May 2024 18:12:09 +0000 Subject: [PATCH] Update scala-library to 2.13.14 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1db06f43..caa73b93 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.14" scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8")