Skip to content

Commit

Permalink
Merge pull request #553 from scala-steward/update/scala-library-2.13.14
Browse files Browse the repository at this point in the history
Update scala-library to 2.13.14
  • Loading branch information
Philippus authored Aug 9, 2024
2 parents c53fd1b + 8597a8a commit eb47d88
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ThisBuild / startYear := Some(2004)
val commonSettings = Seq(
versionScheme := Some("early-semver"),
versionPolicyIntention := Compatibility.BinaryAndSourceCompatible,
crossScalaVersions := Seq("2.13.13", "2.12.19", "3.3.3"),
crossScalaVersions := Seq("2.13.14", "2.12.19", "3.3.3"),
scalaVersion := crossScalaVersions.value.head,
)

Expand Down Expand Up @@ -82,6 +82,8 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
OsgiKeys.exportPackage := Seq(s"scala.util.parsing.*;version=${version.value}"),
)
.jsSettings(
versionPolicyCheck / skip := true,
versionCheck / skip := true,
// mystified why https://github.com/scala-js/scala-js/issues/635 would be rearing its head,
// but only on sbt 1.4 + 2.13 and only in Test config?! WEIRD
Test / doc / scalacOptions ++= (CrossVersion.partialVersion(scalaVersion.value) match {
Expand Down

0 comments on commit eb47d88

Please sign in to comment.