File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1-
21val sharedSettings = ScalaModulePlugin .scalaModuleSettings ++ ScalaModulePlugin .scalaModuleOsgiSettings ++ Seq (
32 name := " scala-async" ,
43 scalaModuleAutomaticModuleName := Some (" scala.async" ),
4+ versionPolicyIntention := Compatibility .BinaryAndSourceCompatible ,
55
66 OsgiKeys .exportPackage := Seq (s " scala.async.*;version= ${version.value}" ),
77
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ tagPat="^v$verPat(#$verPat)?$"
3737
3838if [[ " $TRAVIS_TAG " =~ $tagPat ]]; then
3939 releaseTask=" ci-release"
40+ versionCheckTask=" versionCheck"
4041 tagScalaVer=$( echo $TRAVIS_TAG | sed s/[^# ]*// | sed s/^#//)
4142 if [[ " $tagScalaVer " == " " ]]; then
4243 if ! isReleaseJob; then
@@ -62,4 +63,4 @@ export CI_SNAPSHOT_RELEASE="publish"
6263# for now, until we're confident in the new release scripts, just close the staging repo.
6364export CI_SONATYPE_RELEASE= " ; sonatypePrepare; sonatypeBundleUpload; sonatypeClose"
6465
65- sbt " $setTagScalaVersion " clean test publishLocal $releaseTask
66+ sbt " $setTagScalaVersion " clean test publishLocal $versionCheckTask $ releaseTask
Original file line number Diff line number Diff line change 1- addSbtPlugin(" org.scala-lang.modules" % " sbt-scala-module" % " 2.3.1 " )
1+ addSbtPlugin(" org.scala-lang.modules" % " sbt-scala-module" % " 2.4.0 " )
22addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.7.0" )
33addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 1.0.0" )
You can’t perform that action at this time.
0 commit comments