Use sbt to 1.3.2

This commit is contained in:
Eike Kettner 2019-09-27 22:34:20 +02:00
parent ae58e300fd
commit d73f8833f3
3 changed files with 2 additions and 3 deletions

View File

@ -10,7 +10,7 @@ object Dependencies {
val CirceVersion = "0.12.1"
val DoobieVersion = "0.8.2"
val FastparseVersion = "2.1.3"
val FlywayVersion = "6.0.3"
val FlywayVersion = "6.0.4"
val Fs2Version = "2.0.1"
val H2Version = "1.4.199"
val Http4sVersion = "0.21.0-M5"

View File

@ -1 +1 @@
sbt.version=1.2.8
sbt.version=1.3.2

View File

@ -1,4 +1,3 @@
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "2.0.0-RC2")
addSbtPlugin("com.github.eikek" % "sbt-openapi-schema" % "0.5.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.0")