From 7e23614069f02920f0554c193d6cc1997c57713c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 22 Jan 2025 16:55:23 +0000 Subject: [PATCH] Update scala3-library to 3.6.3 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 48207ce..507edc9 100644 --- a/build.sbt +++ b/build.sbt @@ -12,10 +12,10 @@ scmInfo := Some(ScmInfo(url("https://github.com/inoio/solrs"), "git@github.com:i licenses := Seq("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0.html")) -scalaVersion := "3.6.2" +scalaVersion := "3.6.3" // Remember: also update scala versions in .travis.yml! -crossScalaVersions := Seq("2.12.20", "2.13.15", "3.6.2") +crossScalaVersions := Seq("2.12.20", "2.13.15", "3.6.3") scalacOptions ++= Seq( "-unchecked",