From f5598770ea7d2e946f8ed3c02915a082ad006871 Mon Sep 17 00:00:00 2001 From: Juan Pedro Moreno Date: Wed, 26 Jul 2017 10:26:43 +0200 Subject: [PATCH] Upgrades library versions --- .../main/scala/sbtorgpolicies/libraries.scala | 22 +++++++++---------- project/ProjectPlugin.scala | 2 +- project/project/plugins.sbt | 2 +- version.sbt | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/core/src/main/scala/sbtorgpolicies/libraries.scala b/core/src/main/scala/sbtorgpolicies/libraries.scala index 0e843d8..03030fb 100644 --- a/core/src/main/scala/sbtorgpolicies/libraries.scala +++ b/core/src/main/scala/sbtorgpolicies/libraries.scala @@ -35,7 +35,7 @@ object libraries { "algebra" -> "0.7.0", "alleycats" -> "0.1.9", "apache-kafka" -> "0.11.0.0", - "aws-sdk" -> "1.11.158", + "aws-sdk" -> "1.11.168", "base64" -> "0.2.3", "cassandra-driver" -> "3.3.0", "catalysts" -> "0.0.5", @@ -44,8 +44,8 @@ object libraries { "cats-effect" -> "0.3", "circe" -> "0.8.0", "config" -> "1.3.1", - "coursier" -> "1.0.0-RC6", - "discipline" -> "0.7.3", + "coursier" -> "1.0.0-RC8", + "discipline" -> "0.8", "doobie" -> "0.4.1", "embedded-redis" -> "0.6", "export-hook" -> "1.2.0", @@ -57,20 +57,20 @@ object libraries { "joda-convert" -> "1.8.2", "joda-time" -> "2.9.9", "journal" -> "3.0.18", - "jwt-scala" -> "0.13.0", + "jwt-scala" -> "0.14.0", "kind-projector" -> "0.9.4", - "log4s" -> "1.3.5", + "log4s" -> "1.3.6", "machinist" -> "0.6.2", "macro-compat" -> "1.1.1", "monix" -> "2.3.0", "monocle" -> "1.4.0", "mockito" -> "2.8.47", "moultingyaml" -> "0.4.0", - "newrelic" -> "3.40.0", + "newrelic" -> "3.41.0", "paradise" -> "2.1.0", "pcplod" -> "1.2.1", - "play" -> "2.6.0", - "postgresql" -> "42.1.1", + "play" -> "2.6.2", + "postgresql" -> "42.1.3", "pure-config" -> "0.7.0", "rediscala" -> "1.8.0", "refined" -> "0.8.2", @@ -93,9 +93,9 @@ object libraries { "shocon" -> "0.1.8", "simulacrum" -> "0.11.0", "slf4j" -> "1.7.25", - "slogging" -> "0.5.2", - "specs2" -> "3.9.1", - "slick" -> "3.2.0" + "slick" -> "3.2.1", + "slogging" -> "0.5.3", + "specs2" -> "3.9.4" ) val vPlugins47: Map[String, String] = Map[String, String]( diff --git a/project/ProjectPlugin.scala b/project/ProjectPlugin.scala index d4d9141..9a4ddc5 100644 --- a/project/ProjectPlugin.scala +++ b/project/ProjectPlugin.scala @@ -35,7 +35,7 @@ object ProjectPlugin extends AutoPlugin { addSbtPlugin("de.heikoseeberger" % "sbt-header" % "1.8.0"), addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.7.0"), addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "0.6.8"), - addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-RC6"), + addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-RC8"), addSbtPlugin("com.47deg" % "sbt-dependencies" % "0.1.1"), addSbtPlugin("com.47deg" % "sbt-microsites" % "0.6.1" exclude("org.tpolecat", "tut-plugin")) ) ++ diff --git a/project/project/plugins.sbt b/project/project/plugins.sbt index 2a22ba7..576287e 100644 --- a/project/project/plugins.sbt +++ b/project/project/plugins.sbt @@ -1 +1 @@ -addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-RC6") +addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-RC8") diff --git a/version.sbt b/version.sbt index e4e455f..4fd2f82 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "0.5.12-SNAPSHOT" \ No newline at end of file +version in ThisBuild := "0.5.12" \ No newline at end of file