Skip to content

Commit a4ebaf6

Browse files
scala-stewardAtry
authored andcommitted
Update sbt-sonatype to 3.6
1 parent fdc190c commit a4ebaf6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ before_deploy:
2929

3030
deploy:
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

project/plugins.sbt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
addSbtPlugin("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

57
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.0.0")
68

0 commit comments

Comments
 (0)