Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

Commit

Permalink
Update sbt-release to 1.0.7 (#48)
Browse files Browse the repository at this point in the history
* Update sbt-release to 1.0.7

This fixes a problem with sbt 1.1.x.

See sbt/sbt-release#215

* Update to latest versions of sbt
  • Loading branch information
marcospereira authored Mar 13, 2018
1 parent 3e24ee7 commit c749c78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ libraryDependencies ++= Seq(
"com.typesafe" % "config" % "1.3.1"
)

addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.6")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.7")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.1")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.0")
Expand Down
4 changes: 2 additions & 2 deletions src/main/scala/interplay/PlayBuildBase.scala
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ object ScalaVersions {
}

object SbtVersions {
val sbt013 = "0.13.16"
val sbt10 = "1.0.4"
val sbt013 = "0.13.17"
val sbt10 = "1.1.1"
}

/**
Expand Down

0 comments on commit c749c78

Please sign in to comment.