From e880064bb8d841ee56b114ff440a16da21fbcbb8 Mon Sep 17 00:00:00 2001 From: "scala-text-bot[bot]" <74845010+scala-text-bot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 02:16:01 +0000 Subject: [PATCH] Update scala-library to 2.13.15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7e741f7..fce791e 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ name := "scala-sandbox" -scalaVersion := "2.13.10" +scalaVersion := "2.13.15" scalacOptions ++= Seq("-deprecation", "-feature", "-unchecked", "-Xlint")