From 2892f3661d7d9bb160eac0a40352e19027846951 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 26 Nov 2025 17:35:28 +0000 Subject: [PATCH] Update scala-library to 2.13.18 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f86c2a1..d37ae8d 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ version := "0.2" licenses := Seq("BSD-3-Clause" -> url("https://opensource.org/licenses/BSD-3-Clause")) -scalaVersion := "2.13.16" +scalaVersion := "2.13.18" scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8")