File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ ScalaModulePlugin.scalaModuleOsgiSettings
33
44name := " scala-async"
55scalaModuleAutomaticModuleName := Some (" scala.async" )
6+ versionPolicyIntention := Compatibility .BinaryAndSourceCompatible
67
78libraryDependencies += " org.scala-lang" % " scala-reflect" % scalaVersion.value % " provided"
89libraryDependencies += " junit" % " junit" % " 4.13.2" % Test
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
You can’t perform that action at this time.
0 commit comments