http4s-demo/project/plugins.sbt

15 lines
680 B
Plaintext
Raw Normal View History

2021-03-15 11:30:37 +00:00
// addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.14")
addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10")
// https://github.com/tototoshi/sbt-slick-codegen
libraryDependencies += "com.h2database" % "h2" % "1.4.196"
libraryDependencies += "org.postgresql" % "postgresql" % "42.2.18"
2021-04-15 08:45:07 +00:00
2021-03-15 11:30:37 +00:00
addSbtPlugin("com.github.tototoshi" % "sbt-slick-codegen" % "1.4.0")
// Database migration
// https://github.com/flyway/flyway-sbt
addSbtPlugin("io.github.davidmweber" % "flyway-sbt" % "7.4.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.23")
2021-04-15 08:45:07 +00:00
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.8.0")