From 47124b4acfabd7ccaab54c612bdb268ecc12b6f0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 28 Feb 2024 14:10:56 +0000 Subject: [PATCH] Update scala-library to 2.12.19 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 812787e..69c4e96 100644 --- a/build.sbt +++ b/build.sbt @@ -2,8 +2,8 @@ name := "query-monad-code" version := "1.0-SNAPSHOT" -ThisBuild / scalaVersion := "2.12.10" -ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.10") +ThisBuild / scalaVersion := "2.12.19" +ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.19") def scalacOptionsVersion(scalaVersion: String) = { val defaultOptions = Seq(