File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ ScalaModulePlugin.scalaModuleOsgiSettings
3
3
4
4
name := " scala-async"
5
5
scalaModuleAutomaticModuleName := Some (" scala.async" )
6
+ versionPolicyIntention := Compatibility .BinaryAndSourceCompatible
6
7
7
8
libraryDependencies += " org.scala-lang" % " scala-reflect" % scalaVersion.value % " provided"
8
9
libraryDependencies += " junit" % " junit" % " 4.13.2" % Test
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ tagPat="^v$verPat(#$verPat)?$"
37
37
38
38
if [[ " $TRAVIS_TAG " =~ $tagPat ]]; then
39
39
releaseTask=" ci-release"
40
+ versionCheckTask=" versionCheck"
40
41
tagScalaVer=$( echo $TRAVIS_TAG | sed s/[^# ]*// | sed s/^#//)
41
42
if [[ " $tagScalaVer " == " " ]]; then
42
43
if ! isReleaseJob; then
@@ -62,4 +63,4 @@ export CI_SNAPSHOT_RELEASE="publish"
62
63
# for now, until we're confident in the new release scripts, just close the staging repo.
63
64
export CI_SONATYPE_RELEASE= " ; sonatypePrepare; sonatypeBundleUpload; sonatypeClose"
64
65
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