Skip to content

Commit

Permalink
Fix and update GitHub release action (#274)
Browse files Browse the repository at this point in the history
* Drop sbt-bintray

* Drop sbt-travisci

* Add sbt-ci-release, dropping sbt-dynver
  • Loading branch information
Philippus authored Feb 6, 2022
1 parent 692adcd commit 35806e7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
addSbtPlugin("com.dwijnand" % "sbt-travisci" % "1.2.0")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0")
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.6.1")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")

0 comments on commit 35806e7

Please sign in to comment.