From a0b73677ca6b0a37cd71e732a1e9709352793435 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 2 Mar 2024 17:53:55 +0000 Subject: [PATCH] Update scala3-library to 3.3.3 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 1a49a65..3959744 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.3.1" +scalaVersion := "3.3.3" // Remember: also update scala versions in .travis.yml! -crossScalaVersions := Seq("2.12.18", "2.13.12", "3.3.1") +crossScalaVersions := Seq("2.12.18", "2.13.12", "3.3.3") scalacOptions ++= Seq( "-unchecked",