Merge remote-tracking branch 'origin/master' into feature/file-types

This commit is contained in:
Eike Kettner 2020-02-24 23:07:24 +01:00
commit 98f8b1a4b8
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
version = "2.4.1"
version = "2.4.2"
align = more
#align.arrowEnumeratorGenerator = true

View File

@ -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"

View File

@ -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")