From b570cbe199ff84108125ec49cd752bb2d90a143c Mon Sep 17 00:00:00 2001 From: "Brian P. Holt" Date: Tue, 20 Sep 2016 11:31:27 -0500 Subject: [PATCH] update sbt-native-packager to 1.1.4 because docker deprecated the -f argument to docker tag --- .travis.yml | 1 - build.sbt | 6 +++--- project/build.properties | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 482a5d7..b412f04 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,4 +16,3 @@ deploy: script: sbt publish on: branch: master - diff --git a/build.sbt b/build.sbt index 9bb14f3..2f778b5 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ import java.lang.System._ lazy val buildVersion = { - val mainVersion = "1.1" + val mainVersion = "1.2" val minorVersion = Option(getenv("TRAVIS_BUILD_NUMBER")) minorVersion match { case Some(v: String) ⇒ s"$mainVersion.$v" @@ -9,7 +9,7 @@ lazy val buildVersion = { } } -lazy val specs2Version = "3.6.6" +lazy val specs2Version = "3.8.5" lazy val buildSettings = Seq( organization := "com.dwolla.sbt", @@ -35,7 +35,7 @@ lazy val bintraySettings = Seq( pomIncludeRepository := { _ ⇒ false } ) -addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.0.6") +addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.1.4") lazy val pipeline = InputKey[Unit]("pipeline", "Runs the full build pipeline: compile, test, integration tests") pipeline := scripted.dependsOn(test in Test).evaluated diff --git a/project/build.properties b/project/build.properties index fb6c2f4..444fa91 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 0.13.11 \ No newline at end of file +sbt.version = 0.13.12