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:
2929
3030deploy :
3131 - 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
3333 skip_cleanup : true
3434 on :
3535 all_branches : true
Original file line number Diff line number Diff line change 11addSbtPlugin(" com.thoughtworks.sbt-best-practice" % " sbt-best-practice" % " 7.1.1" )
22
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" )
46
57addSbtPlugin(" com.dwijnand" % " sbt-dynver" % " 4.0.0" )
68
You can’t perform that action at this time.
0 commit comments