-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sbt 1.6.2; drop remaining release config
- Loading branch information
Showing
6 changed files
with
7 additions
and
147 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1 @@ | ||
**Outdated !!** This repository is no longer released. | ||
|
||
1. Create a [new release](https://github.com/akka/akka-stream-contrib/releases/new) with the next tag version (e.g. `v0.3`), title and release decsription including notable changes. | ||
1. Travis should now take care of publishing to sonatype, closing and releasing. | ||
We do not publish binaries for this repository. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
sbt.version=1.2.8 | ||
sbt.version=1.6.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,2 @@ | ||
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.1.0") | ||
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2") | ||
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.4") | ||
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "3.3.0") | ||
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.0.0-RC5") | ||
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.5") | ||
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6") |