Skip to content

Commit

Permalink
Update scala3-library to 3.3.1 (#2914)
Browse files Browse the repository at this point in the history
* Update scala3-library to 3.3.1

* Revert commit(s) 672aa89

* Update scala3-library to 3.3.1
  • Loading branch information
scala-steward authored Nov 3, 2023
1 parent 56e2fe3 commit 64edd64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def ossrhUsername = sys.env.getOrElse("OSSRH_USERNAME", "")
def ossrhPassword = sys.env.getOrElse("OSSRH_PASSWORD", "")

val scala2Versions = Seq("2.12.17", "2.13.12")
val scalaAllVersions = scala2Versions :+ "3.3.0"
val scalaAllVersions = scala2Versions :+ "3.3.1"
lazy val commonScalaVersionSettings = Seq(
scalaVersion := "2.12.17",
crossScalaVersions := Nil
Expand Down

0 comments on commit 64edd64

Please sign in to comment.