Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Commit

Permalink
Fixes sbt release bug by using the latest explicitely (#1007)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpedromoreno authored Mar 5, 2018
1 parent 45001a9 commit deac3d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import sbt.Resolver.sonatypeRepo
resolvers ++= Seq(sonatypeRepo("snapshots"), sonatypeRepo("releases"))
addSbtPlugin("com.47deg" % "sbt-org-policies" % "0.8.26")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.7")

0 comments on commit deac3d3

Please sign in to comment.