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.
1 parent ad0446a commit 7d330a3Copy full SHA for 7d330a3
build.sbt
@@ -28,7 +28,7 @@ ThisBuild / crossScalaVersions := {
28
}
29
ThisBuild / scalaVersion := crossScalaVersions.value.find(_.startsWith("2.13.")).get
30
31
-val inCI = Option(System.getProperty("CI")).exists(_.contains("1"))
+val inCI = sys.props.get("CI").exists(_.contains("1"))
32
33
val commonSettings = Seq(
34
organization := "org.scala-js",
0 commit comments