File tree Expand file tree Collapse file tree 2 files changed +2
-16
lines changed Expand file tree Collapse file tree 2 files changed +2
-16
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ ThisBuild / crossScalaVersions := {
1212ThisBuild / scalaVersion := crossScalaVersions.value.head
1313
1414val commonSettings = Seq (
15- version := " 1.2.0-SNAPSHOT" ,
1615 organization := " org.scala-js" ,
1716 scalacOptions ++= Seq (" -deprecation" , " -feature" , " -Xfatal-warnings" )
1817)
@@ -66,21 +65,6 @@ scalacOptions ++= {
6665 else Nil
6766}
6867
69- scmInfo := Some (ScmInfo (
70- url(" https://github.com/scala-js/scala-js-dom" ),
71- " scm:git:git@github.com:scala-js/scala-js-dom.git" ,
72- Some (" scm:git:git@github.com:scala-js/scala-js-dom.git" )))
73-
74- publishMavenStyle := true
75-
76- publishTo := {
77- val nexus = " https://oss.sonatype.org/"
78- if (isSnapshot.value)
79- Some (" snapshots" at nexus + " content/repositories/snapshots" )
80- else
81- Some (" releases" at nexus + " service/local/staging/deploy/maven2" )
82- }
83-
8468pomExtra := (
8569 <developers >
8670 <developer >
Original file line number Diff line number Diff line change @@ -6,3 +6,5 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
66addSbtPlugin(" com.lihaoyi" % " scalatex-sbt-plugin" % " 0.3.11" )
77
88addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.0.0" )
9+
10+ addSbtPlugin(" com.geirsson" % " sbt-ci-release" % " 1.5.7" )
You can’t perform that action at this time.
0 commit comments