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 f3b463e commit b4dbdd8
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 @@ -14,7 +14,6 @@ lazy val commonSettings = Seq(
scalaVersion := crossScalaVersions.value.head,
crossScalaVersions := Seq("2.13.14", "2.12.20"),
licenses := Seq(("MIT", url("https://opensource.org/licenses/MIT"))),
releaseCrossBuild := true,
Compile / doc / scalacOptions += "-no-link-warnings",
libraryDependencies += compilerPlugin(`kind-projector` cross CrossVersion.full),
scalacOptsFailOnWarn := Some(false),
Expand Down

0 comments on commit b4dbdd8

Please sign in to comment.