Skip to content

Commit cc3ac44

Browse files
authored
Merge pull request #536 from scala-js/topic/merge1x
Merge branch 'series/1.x' into `master`
2 parents 93c93d0 + 125fdd9 commit cc3ac44

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.sbt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ name := "Scala.js DOM"
3737
ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.14", "2.13.6", "3.0.1")
3838
ThisBuild / scalaVersion := crossScalaVersions.value.find(_.startsWith("2.13.")).get
3939

40-
val inCI = Option(System.getenv("CI")).exists(_.contains("1"))
40+
val inCI = sys.props.get("CI").exists(_.contains("1"))
4141

4242
val commonSettings = Seq(
4343
organization := "org.scala-js",
@@ -94,11 +94,6 @@ pomExtra := (
9494
<name>David Barri</name>
9595
<url>https://github.com/japgolly</url>
9696
</developer>
97-
<developer>
98-
<id>lihaoyi</id>
99-
<name>Li Haoyi</name>
100-
<url>https://github.com/lihaoyi/</url>
101-
</developer>
10297
<developer>
10398
<id>armanbilge</id>
10499
<name>Arman Bilge</name>
@@ -114,6 +109,11 @@ pomExtra := (
114109
<name>Tobias Schlatter</name>
115110
<url>https://github.com/gzm0/</url>
116111
</developer>
112+
<developer>
113+
<id>lihaoyi</id>
114+
<name>Li Haoyi</name>
115+
<url>https://github.com/lihaoyi/</url>
116+
</developer>
117117
</developers>
118118
)
119119

0 commit comments

Comments
 (0)