From f28071c446eb72f0bbe1a2937d4485743d43b4d9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 18 Sep 2022 01:50:12 +0000 Subject: [PATCH] Update scala-library to 2.12.17 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 812787e..586523b 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.17" +ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.17") def scalacOptionsVersion(scalaVersion: String) = { val defaultOptions = Seq(