We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4e74c9 + 884cbad commit 7e92797Copy full SHA for 7e92797
.travis.yml
@@ -13,7 +13,7 @@ scala:
13
14
env:
15
- ADOPTOPENJDK=8 SCALAJS_VERSION= CACHE_WORKAROUND=see-PR-335
16
- - ADOPTOPENJDK=8 SCALAJS_VERSION=1.5.1 CACHE_WORKAROUND=see-PR-335
+ - ADOPTOPENJDK=8 SCALAJS_VERSION=1.6.0 CACHE_WORKAROUND=see-PR-335
17
- ADOPTOPENJDK=11 SCALAJS_VERSION= CACHE_WORKAROUND=see-PR-335
18
19
matrix:
build.sbt
@@ -3,7 +3,9 @@ lazy val root = project.in(file("."))
3
.settings(
4
publish / skip := true,
5
ThisBuild / versionScheme := Some("early-semver"),
6
- ThisBuild / versionPolicyIntention := Compatibility.BinaryAndSourceCompatible
+ ThisBuild / versionPolicyIntention := Compatibility.BinaryCompatible,
7
+ // because it doesn't declare it itself
8
+ ThisBuild / versionPolicyDependencySchemes += "org.scala-js" %% "scalajs-library" % "semver-spec"
9
)
10
11
lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatform)
project/plugins.sbt
@@ -1,5 +1,5 @@
1
val scalaJSVersion =
2
- Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty).getOrElse("1.5.1")
+ Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty).getOrElse("1.6.0")
val scalaNativeVersion =
Option(System.getenv("SCALANATIVE_VERSION")).filter(_.nonEmpty).getOrElse("0.4.0")
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments