Skip to content

Commit

Permalink
rm releaseCrossBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
vilunov committed Sep 25, 2024
1 parent 0672d3b commit 8897963
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ lazy val commonSettings = Seq(
scalaVersion := crossScalaVersions.value.head,
crossScalaVersions := Seq("2.13.12", "3.3.1", "2.12.18"),
licenses := Seq(("MIT", url("https://opensource.org/licenses/MIT"))),
releaseCrossBuild := true,
Compile / doc / scalacOptions += "-no-link-warnings",
scalacOptions ++= crossSettings(
scalaVersion.value,
Expand Down

0 comments on commit 8897963

Please sign in to comment.