Skip to content

Commit

Permalink
Merge pull request #192 from scala-steward/update/scala3-library-3.4.1
Browse files Browse the repository at this point in the history
Update scala3-library to 3.4.1
  • Loading branch information
magro authored Jun 23, 2024
2 parents e20a6f8 + 16b4e3c commit 8be3f46
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.3"
scalaVersion := "3.4.1"

// Remember: also update scala versions in .travis.yml!
crossScalaVersions := Seq("2.12.19", "2.13.13", "3.3.3")
crossScalaVersions := Seq("2.12.19", "2.13.13", "3.4.1")

scalacOptions ++= Seq(
"-unchecked",
Expand Down

0 comments on commit 8be3f46

Please sign in to comment.