summaryrefslogtreecommitdiff
path: root/contrib/flyway/src/FlywayModule.scala
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/flyway/src/FlywayModule.scala')
-rw-r--r--contrib/flyway/src/FlywayModule.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/flyway/src/FlywayModule.scala b/contrib/flyway/src/FlywayModule.scala
index f73e8e7b..0d4c3462 100644
--- a/contrib/flyway/src/FlywayModule.scala
+++ b/contrib/flyway/src/FlywayModule.scala
@@ -40,7 +40,6 @@ trait FlywayModule extends JavaModule {
}
.map(key -> _)
- private implicit val flywayWriter = writer[String].comap[Flyway](_.toString)
def flywayInstance = T.worker {
val jdbcClassloader = new URLClassLoader(jdbcClasspath().map(_.path.toIO.toURI.toURL).toArray)