Skip to content

Commit

Permalink
Merge pull request #190 from scala-steward/update/scala3-library-3.3.3
Browse files Browse the repository at this point in the history
Update scala3-library to 3.3.3
  • Loading branch information
magro authored Mar 2, 2024
2 parents 8f43b90 + a0b7367 commit 2f6f013
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ scmInfo := Some(ScmInfo(url("https://github.com/inoio/solrs"), "[email protected]: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",
Expand Down

0 comments on commit 2f6f013

Please sign in to comment.