File tree Expand file tree Collapse file tree 10 files changed +15
-10
lines changed Expand file tree Collapse file tree 10 files changed +15
-10
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,7 @@ enablePlugins(FlywayPlugin)
3
3
name := " flyway-sbt-test1"
4
4
5
5
libraryDependencies ++= Seq (
6
- " org.hsqldb" % " hsqldb" % " 2.5.0" ,
7
- " org.flywaydb" % " flyway-database-hsqldb" % " 10.21.0" ,
6
+ " org.hsqldb" % " hsqldb" % " 2.5.0"
8
7
)
9
8
10
9
flywayUrl := " jdbc:hsqldb:file:target/flyway_sample;shutdown=true"
Original file line number Diff line number Diff line change @@ -3,3 +3,5 @@ sys.props.get("plugin.version") match {
3
3
case _ => sys.error(""" |The system property 'plugin.version' is not defined.
4
4
|Specify this property using the scriptedLaunchOpts -D.""" .stripMargin)
5
5
}
6
+
7
+ libraryDependencies += " org.flywaydb" % " flyway-database-hsqldb" % " 10.21.0"
Original file line number Diff line number Diff line change @@ -3,8 +3,7 @@ enablePlugins(FlywayPlugin)
3
3
name := " flyway-sbt-test1"
4
4
5
5
libraryDependencies ++= Seq (
6
- " org.hsqldb" % " hsqldb" % " 2.5.0" ,
7
- " org.flywaydb" % " flyway-database-hsqldb" % " 10.21.0" ,
6
+ " org.hsqldb" % " hsqldb" % " 2.5.0"
8
7
)
9
8
10
9
flywayUrl := " jdbc:hsqldb:file:target/flyway_sample;shutdown=true"
Original file line number Diff line number Diff line change @@ -3,3 +3,5 @@ sys.props.get("plugin.version") match {
3
3
case _ => sys.error(""" |The system property 'plugin.version' is not defined.
4
4
|Specify this property using the scriptedLaunchOpts -D.""" .stripMargin)
5
5
}
6
+
7
+ libraryDependencies += " org.flywaydb" % " flyway-database-hsqldb" % " 10.21.0"
Original file line number Diff line number Diff line change @@ -3,8 +3,7 @@ enablePlugins(FlywayPlugin)
3
3
name := " flyway-sbt-test3"
4
4
5
5
libraryDependencies ++= Seq (
6
- " org.hsqldb" % " hsqldb" % " 2.5.0" ,
7
- " org.flywaydb" % " flyway-database-hsqldb" % " 10.21.0" ,
6
+ " org.hsqldb" % " hsqldb" % " 2.5.0"
8
7
)
9
8
10
9
flywayUrl := " jdbc:hsqldb:file:target/flyway_sample;shutdown=true"
Original file line number Diff line number Diff line change @@ -3,3 +3,5 @@ sys.props.get("plugin.version") match {
3
3
case _ => sys.error(""" |The system property 'plugin.version' is not defined.
4
4
|Specify this property using the scriptedLaunchOpts -D.""" .stripMargin)
5
5
}
6
+
7
+ libraryDependencies += " org.flywaydb" % " flyway-database-hsqldb" % " 10.21.0"
Original file line number Diff line number Diff line change @@ -3,8 +3,7 @@ enablePlugins(FlywayPlugin)
3
3
name := " flyway-sbt-test4"
4
4
5
5
libraryDependencies ++= Seq (
6
- " org.hsqldb" % " hsqldb" % " 2.5.0" ,
7
- " org.flywaydb" % " flyway-database-hsqldb" % " 10.21.0" ,
6
+ " org.hsqldb" % " hsqldb" % " 2.5.0"
8
7
)
9
8
10
9
flywayUrl := " jdbc:hsqldb:file:target/flyway_sample;shutdown=true"
Original file line number Diff line number Diff line change @@ -3,3 +3,5 @@ sys.props.get("plugin.version") match {
3
3
case _ => sys.error(""" |The system property 'plugin.version' is not defined.
4
4
|Specify this property using the scriptedLaunchOpts -D.""" .stripMargin)
5
5
}
6
+
7
+ libraryDependencies += " org.flywaydb" % " flyway-database-hsqldb" % " 10.21.0"
Original file line number Diff line number Diff line change @@ -3,8 +3,7 @@ enablePlugins(FlywayPlugin)
3
3
name := " flyway-sbt-test5"
4
4
5
5
libraryDependencies ++= Seq (
6
- " org.hsqldb" % " hsqldb" % " 2.5.0" ,
7
- " org.flywaydb" % " flyway-database-hsqldb" % " 10.21.0" ,
6
+ " org.hsqldb" % " hsqldb" % " 2.5.0"
8
7
)
9
8
10
9
flywayUrl := " jdbc:hsqldb:file:target/flyway_sample;shutdown=true"
Original file line number Diff line number Diff line change @@ -3,3 +3,5 @@ sys.props.get("plugin.version") match {
3
3
case _ => sys.error(""" |The system property 'plugin.version' is not defined.
4
4
|Specify this property using the scriptedLaunchOpts -D.""" .stripMargin)
5
5
}
6
+
7
+ libraryDependencies += " org.flywaydb" % " flyway-database-hsqldb" % " 10.21.0"
You can’t perform that action at this time.
0 commit comments