Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit eb47d88

Browse files
Merge pull request #553 from scala-steward/update/scala-library-2.13.14
Update scala-library to 2.13.14
2 parents c53fd1b + 8597a8a commit eb47d88

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎build.sbt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ThisBuild / startYear := Some(2004)
44
val commonSettings = Seq(
55
versionScheme := Some("early-semver"),
66
versionPolicyIntention := Compatibility.BinaryAndSourceCompatible,
7-
crossScalaVersions := Seq("2.13.13", "2.12.19", "3.3.3"),
7+
crossScalaVersions := Seq("2.13.14", "2.12.19", "3.3.3"),
88
scalaVersion := crossScalaVersions.value.head,
99
)
1010

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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /