From f03c893148bea52f52472d02145d87a00916ec39 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 20 Feb 2020 16:16:42 +0100 Subject: [PATCH 1/3] Update flyway-core to 6.2.4 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 92a1e50e..97bd76f5 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -11,7 +11,7 @@ object Dependencies { val DoobieVersion = "0.8.8" val EmilVersion = "0.2.0" val FastparseVersion = "2.1.3" - val FlywayVersion = "6.2.3" + val FlywayVersion = "6.2.4" val Fs2Version = "2.2.2" val H2Version = "1.4.200" val Http4sVersion = "0.21.1" From 3893fb449ee23e7fdc077b159069f1a81c1ecd11 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 21 Feb 2020 16:35:43 +0100 Subject: [PATCH 2/3] Update sbt-microsites to 1.1.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 7d5a07a8..9d2e014c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("com.47deg" % "sbt-microsites" % "1.1.0") +addSbtPlugin("com.47deg" % "sbt-microsites" % "1.1.2") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0") addSbtPlugin("com.github.eikek" % "sbt-openapi-schema" % "0.6.0") addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13") From 7bc05da88f322a032467e01432429989666ea97f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 23 Feb 2020 02:24:42 +0100 Subject: [PATCH 3/3] Update scalafmt-core to 2.4.2 --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 05b5b0aa..0148baae 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "2.4.1" +version = "2.4.2" align = most #align.arrowEnumeratorGenerator = true