File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ before_deploy:
29
29
30
30
deploy :
31
31
- provider : script
32
- script : sbt ++$TRAVIS_SCALA_VERSION "sonatypeOpen \"Travis Job $TRAVIS_JOB_NAME $TRAVIS_JOB_NUMBER ($TRAVIS_JOB_WEB_URL)\"" publishSigned sonatypeRelease
32
+ script : sbt ++$TRAVIS_SCALA_VERSION "set every Seq(sonatypeSessionName := \"Travis Job $TRAVIS_JOB_NAME $TRAVIS_JOB_NUMBER ($TRAVIS_JOB_WEB_URL)\", publishTo := sonatypePublishToBundle.value) " publishSigned sonatypeBundleRelease
33
33
skip_cleanup : true
34
34
on :
35
35
all_branches : true
Original file line number Diff line number Diff line change 1
1
addSbtPlugin(" com.thoughtworks.sbt-best-practice" % " sbt-best-practice" % " 7.1.1" )
2
2
3
- addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 2.5" )
3
+ libraryDependencies += " org.apache.httpcomponents" % " httpclient" % " 4.5.9"
4
+
5
+ addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.6" )
4
6
5
7
addSbtPlugin(" com.dwijnand" % " sbt-dynver" % " 4.0.0" )
6
8
You can’t perform that action at this time.
0 commit comments