From b2a35fc963a79c404688d6c7d552435325ec9183 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 28 Feb 2024 04:23:25 +0000 Subject: [PATCH] Update scala-library to 2.12.19 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index bda50a8..bb235c7 100644 --- a/build.sbt +++ b/build.sbt @@ -24,7 +24,7 @@ val compilerOptions = Seq( val buildSettings = Seq( organization := "io.scalac", scalaVersion := "2.13.2", - crossScalaVersions := Seq("2.12.11", "2.13.2"), + crossScalaVersions := Seq("2.12.19", "2.13.2"), scalacOptions ++= { if (priorTo2_13(scalaVersion.value)) compilerOptions else