File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ name := "Scala.js DOM"
37
37
ThisBuild / crossScalaVersions := Seq (" 2.11.12" , " 2.12.14" , " 2.13.6" , " 3.0.1" )
38
38
ThisBuild / scalaVersion := crossScalaVersions.value.find(_.startsWith(" 2.13." )).get
39
39
40
- val inCI = Option ( System .getenv (" CI" ) ).exists(_.contains(" 1" ))
40
+ val inCI = sys.props.get (" CI" ).exists(_.contains(" 1" ))
41
41
42
42
val commonSettings = Seq (
43
43
organization := " org.scala-js" ,
@@ -94,11 +94,6 @@ pomExtra := (
94
94
<name >David Barri </name >
95
95
<url >https:// github.com/ japgolly</url >
96
96
</developer >
97
- <developer >
98
- <id >lihaoyi</id >
99
- <name >Li Haoyi </name >
100
- <url >https:// github.com/ lihaoyi/</ url>
101
- </developer >
102
97
<developer >
103
98
<id >armanbilge</id >
104
99
<name >Arman Bilge </name >
@@ -114,6 +109,11 @@ pomExtra := (
114
109
<name >Tobias Schlatter </name >
115
110
<url >https:// github.com/ gzm0/</ url>
116
111
</developer >
112
+ <developer >
113
+ <id >lihaoyi</id >
114
+ <name >Li Haoyi </name >
115
+ <url >https:// github.com/ lihaoyi/</ url>
116
+ </developer >
117
117
</developers >
118
118
)
119
119
You can’t perform that action at this time.
0 commit comments