diff --git a/.scalafmt.conf b/.scalafmt.conf index 8e4a4bf5..ab23da00 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "2.4.1" +version = "2.4.2" align = more #align.arrowEnumeratorGenerator = true diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 9e782c70..3b6ceee1 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -12,7 +12,7 @@ object Dependencies { val EmilVersion = "0.2.0" val FastparseVersion = "2.1.3" val FlexmarkVersion = "0.60.2" - 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" 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")