From e66a073528d36cfffcdbde5051d59df2e54bf5c4 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 29 Sep 2023 18:47:12 +0200 Subject: [PATCH] Update scala-library to 2.13.12 (#408) Co-authored-by: Kai <450507+neko-kai@users.noreply.github.com> --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index bbf641c..3bcc1d0 100644 --- a/build.sbt +++ b/build.sbt @@ -47,9 +47,9 @@ val Deps = new { inThisBuild( Seq( - scalaVersion := "2.13.10", + scalaVersion := "2.13.12", // scalaVersion := "3.3.1", // uncomment to use Scala 3 with IDE - crossScalaVersions := Seq("3.3.1", "2.13.10"), + crossScalaVersions := Seq("3.3.1", "2.13.12"), version := "1.0.0", organization := "io.7mind", )