From 0f137c5f0148b493e5f265d74adda83cf8acac09 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 2 Nov 2021 04:24:52 +0100 Subject: [PATCH] Update scala-library to 2.13.7 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 05e7ff2..420afe0 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.7" -crossScalaVersions := Seq("2.11.12", "2.12.10", "2.13.1") +crossScalaVersions := Seq("2.11.12", "2.12.10", "2.13.7") licenses += ("Apache-2.0", url("http://apache.org/licenses/LICENSE-2.0"))