We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df084be + 6cd2c93 commit 0f6a1f5Copy full SHA for 0f6a1f5
build.sh
@@ -47,4 +47,4 @@ export CI_SNAPSHOT_RELEASE="${projectPrefix}publish"
47
# for now, until we're confident in the new release scripts, just close the staging repo.
48
export CI_SONATYPE_RELEASE="; sonatypePrepare; sonatypeBundleUpload; sonatypeClose"
49
50
-sbt clean ${projectPrefix}test core/versionPolicyCheck core/headerCheck ${projectPrefix}publishLocal $releaseTask
+sbt clean ${projectPrefix}test versionPolicyCheck core/headerCheck ${projectPrefix}publishLocal $releaseTask
project/plugins.sbt
@@ -1,2 +1,2 @@
1
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.3.0")
2
-addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "1.0.0-RC5")
+addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "1.0.0")
0 commit comments