From aa3d64dce113fd8d3cf50bb8014c69992db70abc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 19 Oct 2022 14:29:56 +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 c40a6b76..9de52bcd 100644 --- a/build.sbt +++ b/build.sbt @@ -31,8 +31,8 @@ developers := List( ) // Compile options -scalaVersion := "2.13.6" -crossScalaVersions := Seq("2.11.12", "2.12.14", "2.13.6") +scalaVersion := "2.13.10" +crossScalaVersions := Seq("2.11.12", "2.12.14", "2.13.10") scalacOptions ++= Seq( "-unchecked", "-deprecation",