From 68d0a899d35333602f7acdceec86ac4576bd0b6c Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 20 Mar 2020 14:38:20 +0100 Subject: [PATCH 1/5] Update akka-stream, akka-stream-testkit to 2.6.4 (#86) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index e12d9b3..3e993ef 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -10,7 +10,7 @@ object Dependencies { object Versions { lazy val Scala = "2.12.10" - lazy val Akka = "2.6.3" + lazy val Akka = "2.6.4" lazy val AkkaHttp = "10.1.11" lazy val Alpakka = "2.0.2" lazy val ConfluentPlatform = "5.4.0" From 7240b7fe55046dbc750ebd42801d5c6fd400e123 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 20 Mar 2020 14:38:43 +0100 Subject: [PATCH 2/5] Update sbt-scalafix to 0.9.12 (#88) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 79110b1..3fb0a0f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.6.1") addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.3.2") -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.11") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.12") addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.11") From d0bec98fb54fd4b59bb06f4848573e9714f414bd Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 20 Mar 2020 14:39:12 +0100 Subject: [PATCH 3/5] Update sbt-native-packager to 1.6.2 (#87) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 3fb0a0f..aeda31e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.6.1") +addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.6.2") addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.3.2") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.12") From aafb1677c1e800c387a452c553d06a1ec7fbebee Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 31 Mar 2020 22:36:01 +0200 Subject: [PATCH 4/5] Update sbt-scalafix to 0.9.13 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index aeda31e..00f69a9 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.6.2") addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.3.2") -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.12") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.13") addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.11") From 6d7bea59c76855ada064d83e3c71f8e765936708 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 31 Mar 2020 22:36:08 +0200 Subject: [PATCH 5/5] Update sbt to 1.3.9 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index a919a9b..06703e3 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.3.8 +sbt.version=1.3.9