From cd6059f7e0b0d6978f105229ad29a3076b8f4bc8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 15 Oct 2022 13:53:54 +0000 Subject: [PATCH] Update scala-library to 2.13.10 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 9d57cef..601c49f 100644 --- a/build.sbt +++ b/build.sbt @@ -1,9 +1,9 @@ name := "slickless" organization := "io.underscore" version := "0.3.7-SNAPSHOT" -scalaVersion := "2.13.1" +scalaVersion := "2.13.10" -crossScalaVersions := Seq("2.11.12", "2.12.10", "2.13.1") +crossScalaVersions := Seq("2.11.12", "2.12.10", "2.13.10") licenses += ("Apache-2.0", url("http://apache.org/licenses/LICENSE-2.0"))