From 705e615fe0be55ea0116d2810d24a30cf11f24d3 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Tue, 5 Jun 2018 21:59:09 -0700 Subject: Upgrade build and dependencies --- .ci/build | 2 +- build.sbt | 14 ++++++++------ project/build.properties | 2 +- project/plugins.sbt | 2 +- project/publish.sbt | 2 +- 5 files changed, 12 insertions(+), 10 deletions(-) diff --git a/.ci/build b/.ci/build index 2d42ac6..1552974 100755 --- a/.ci/build +++ b/.ci/build @@ -1,7 +1,7 @@ #!/bin/bash set -ev -sbt scalafmtTest +test +sbt scalafmtCheck +test # Automatic publishing for tags that start with `v` if [[ "$TRAVIS_PULL_REQUEST" == "false" && "$TRAVIS_TAG" =~ ^v[0-9].* ]]; then diff --git a/build.sbt b/build.sbt index 8085b79..dfa439d 100644 --- a/build.sbt +++ b/build.sbt @@ -4,16 +4,18 @@ version in ThisBuild := { ("git describe --always --dirty=-SNAPSHOT --match v[0-9].*" !!).tail.trim } -crossScalaVersions := Seq("2.11.11", "2.12.3") +crossScalaVersions := Seq("2.11.12", "2.12.6") scalaVersion := crossScalaVersions.value.last libraryDependencies ++= Seq( - "com.pauldijou" %% "jwt-core" % "0.14.0", - "com.typesafe.akka" %% "akka-http" % "10.0.10", - "com.typesafe.akka" %% "akka-http-spray-json" % "10.0.10", + "com.pauldijou" %% "jwt-core" % "0.16.0", + "com.typesafe.akka" %% "akka-http" % "10.1.1", + "com.typesafe.akka" %% "akka-http-spray-json" % "10.1.1", + "com.typesafe.akka" %% "akka-actor" % "2.5.13", + "com.typesafe.akka" %% "akka-stream" % "2.5.13", "io.spray" %% "spray-json" % "1.3.3", - "com.typesafe.akka" %% "akka-http-testkit" % "10.0.10" % "test", - "org.scalatest" %% "scalatest" % "3.0.2" % "test", + "com.typesafe.akka" %% "akka-http-testkit" % "10.1.1" % "test", + "org.scalatest" %% "scalatest" % "3.0.5" % "test", ) fork in test := true diff --git a/project/build.properties b/project/build.properties index 369929b..d6e3507 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.0.2 \ No newline at end of file +sbt.version=1.1.6 diff --git a/project/plugins.sbt b/project/plugins.sbt index a1e2f8a..a3e7e05 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ ivyLoggingLevel := UpdateLogging.Quiet -addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.2.0") +addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.5.1") diff --git a/project/publish.sbt b/project/publish.sbt index 2f35a0c..8a0d471 100644 --- a/project/publish.sbt +++ b/project/publish.sbt @@ -1,2 +1,2 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.0") -addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0") +addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1") -- cgit v1.2.3