Skip to content

Commit

Permalink
Revert "Update SBT to 1.3.2 (#19)"
Browse files Browse the repository at this point in the history
This reverts commit d5b6737.

# Conflicts:
#	src/sbt-test/sbt-1.0/compile/project/plugins.sbt
#	src/sbt-test/sbt-1.0/liquibase-slick-codegen/project/plugins.sbt
  • Loading branch information
daniel-shuy committed Feb 4, 2020
1 parent 6bed103 commit ce9cd13
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ addSbtPlugin("com.permutive" % "sbt-liquibase" % "1.2.0")

crossSbtVersions := Seq(
"0.13.17",
"1.3.2"
"1.2.6"
)

def slickVersion(scalaVersion: String) =
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.3.2
sbt.version = 1.2.6
2 changes: 1 addition & 1 deletion src/sbt-test/sbt-1.0/compile/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.3.2
sbt.version = 1.2.6
2 changes: 0 additions & 2 deletions src/sbt-test/sbt-1.0/compile/project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,5 @@ sys.props.get("plugin.version") match {
|Specify this property using the scriptedLaunchOpts -D.""".stripMargin)
}

useCoursier := false

addSbtPlugin("com.github.daniel-shuy" % "sbt-scripted-scalatest" % "2.0.0")
libraryDependencies += "org.scalatest" %% "scalatest" % "3.1.0"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.3.2
sbt.version = 1.2.6
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,5 @@ sys.props.get("plugin.version") match {
|Specify this property using the scriptedLaunchOpts -D.""".stripMargin)
}

useCoursier := false

addSbtPlugin("com.github.daniel-shuy" % "sbt-scripted-scalatest" % "2.0.0")
libraryDependencies += "org.scalatest" %% "scalatest" % "3.1.0"

0 comments on commit ce9cd13

Please sign in to comment.