From f30a5b530b2a4ac10286f29ca0709076bd171e4c Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 26 Jun 2016 20:58:57 -0700 Subject: Update dependencies+tools --- assembly.sbt | 5 ----- build.sbt | 4 ++-- project/build.properties | 2 +- project/plugins.sbt | 4 ++-- 4 files changed, 5 insertions(+), 10 deletions(-) delete mode 100644 assembly.sbt diff --git a/assembly.sbt b/assembly.sbt deleted file mode 100644 index d694654..0000000 --- a/assembly.sbt +++ /dev/null @@ -1,5 +0,0 @@ -import AssemblyKeys._ - -assemblySettings - -test in assembly := {} diff --git a/build.sbt b/build.sbt index b16cb3e..3ecfa29 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ name := "no-carrier" version := "1.0.0" -scalaVersion := "2.11.5" +scalaVersion := "2.11.8" mainClass := Some("com.getbootstrap.no_carrier.Main") @@ -16,7 +16,7 @@ libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.1.0" libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.1.2" -libraryDependencies += "org.specs2" %% "specs2" % "2.3.12" % "test" +libraryDependencies += "org.specs2" %% "specs2-core" % "3.8.4" % "test" // Because jcabi-github: diff --git a/project/build.properties b/project/build.properties index 817bc38..43b8278 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=0.13.9 +sbt.version=0.13.11 diff --git a/project/plugins.sbt b/project/plugins.sbt index c256b3f..d7757b8 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ -addSbtPlugin("io.spray" % "sbt-revolver" % "0.7.1") +addSbtPlugin("io.spray" % "sbt-revolver" % "0.8.0") -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.11.2") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.3") -- cgit v1.2.3