From 694299c17e2dd29e068239961411089245f340d6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 9 Jun 2023 12:40:26 +0000 Subject: [PATCH] Update scala-library to 2.12.18 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 812787e..77a399d 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.18" +ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.18") def scalacOptionsVersion(scalaVersion: String) = { val defaultOptions = Seq(