From 9cf7f8f4bd7d51a6677e0d92cd5c231775715409 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Mon, 2 Sep 2024 17:07:18 +0000 Subject: [PATCH] Update scala-library to 2.12.20 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 19a2ba0..11408ec 100644 --- a/build.sbt +++ b/build.sbt @@ -1,8 +1,8 @@ lazy val commonSettings = Seq( - scalaVersion := "2.12.19", + scalaVersion := "2.12.20", version := "0.4-SNAPSHOT", organization := "de.b-studios", - crossScalaVersions := Seq("2.12.19", "2.13.14", "3.5.0"), + crossScalaVersions := Seq("2.12.20", "2.13.14", "3.5.0"), scalacOptions ++= Seq( "-deprecation", "-encoding", "UTF-8",