From ecb8200e13a8d31a6318b39d85757b6b43f528f6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 27 Feb 2021 03:11:27 +0100 Subject: [PATCH] Update scala-library to 2.13.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 812787e..16d7edc 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ name := "query-monad-code" version := "1.0-SNAPSHOT" ThisBuild / scalaVersion := "2.12.10" -ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.10") +ThisBuild / crossScalaVersions := Seq("2.13.5", "2.12.10") def scalacOptionsVersion(scalaVersion: String) = { val defaultOptions = Seq(