Skip to content

Commit 0f6a1f5

Browse files
authored
Merge pull request #179 from scala-steward/update/sbt-version-policy-1.0.0
2 parents df084be + 6cd2c93 commit 0f6a1f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ export CI_SNAPSHOT_RELEASE="${projectPrefix}publish"
4747
# for now, until we're confident in the new release scripts, just close the staging repo.
4848
export CI_SONATYPE_RELEASE="; sonatypePrepare; sonatypeBundleUpload; sonatypeClose"
4949

50-
sbt clean ${projectPrefix}test core/versionPolicyCheck core/headerCheck ${projectPrefix}publishLocal $releaseTask
50+
sbt clean ${projectPrefix}test versionPolicyCheck core/headerCheck ${projectPrefix}publishLocal $releaseTask

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.3.0")
2-
addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "1.0.0-RC5")
2+
addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "1.0.0")

0 commit comments

Comments
 (0)