From dd33c535e4ae5974fe4a6d60387186e0c7b7a979 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 15 Oct 2022 13:53:46 +0000 Subject: [PATCH] Update scala-library to 2.12.17 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9d57cef..5327415 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ organization := "io.underscore" version := "0.3.7-SNAPSHOT" scalaVersion := "2.13.1" -crossScalaVersions := Seq("2.11.12", "2.12.10", "2.13.1") +crossScalaVersions := Seq("2.11.12", "2.12.17", "2.13.1") licenses += ("Apache-2.0", url("http://apache.org/licenses/LICENSE-2.0"))