Skip to content

Commit

Permalink
Merge pull request #39 from blemale/Fix_snapshot_releases_on_travis
Browse files Browse the repository at this point in the history
Fix snapshot release on travis since sbt plugins bump
  • Loading branch information
blemale committed Jan 20, 2019
2 parents e9c2cb8 + 0d1da15 commit 7784bea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions release.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ useGpg := true
releaseCrossBuild := true
crossScalaVersions := Seq("2.11.12", "2.12.8")

publishTo := sonatypePublishTo.value
publishMavenStyle := true

TravisCredentials.updateCredentials()

pomExtra in Global := {
Expand Down

0 comments on commit 7784bea

Please sign in to comment.