Skip to content

Commit

Permalink
Update scala3-library, ... to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and pityka committed Dec 10, 2022
1 parent 46c1635 commit 3171aaf
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 @@ -25,7 +25,7 @@ inThisBuild(

lazy val commonSettings = Seq(
scalaVersion := "2.13.8",
crossScalaVersions := Seq("2.13.8", "3.1.3"),
crossScalaVersions := Seq("2.13.8", "3.2.1"),
javacOptions ++= Seq("-Xdoclint:none"),
scalacOptions ++= (CrossVersion.partialVersion(scalaVersion.value) match {
case Some((3, _)) =>
Expand Down Expand Up @@ -215,7 +215,7 @@ lazy val docs = project
commonSettings: _*
)
.settings(
crossScalaVersions := List("3.1.3"),
crossScalaVersions := List("3.2.1"),
Compile / doc / sources := Seq.empty
)
.settings(
Expand Down

0 comments on commit 3171aaf

Please sign in to comment.