From 6bed103f494b32d9b8f5d97d1e5a77dc2a64e156 Mon Sep 17 00:00:00 2001 From: Daniel Shuy Date: Fri, 31 Jan 2020 23:13:06 +0800 Subject: [PATCH] Revert "Update SBT version to 1.3.3" This reverts commit 793cd8664612cda3b91dcec45d9cfa27701da0f0. --- build.sbt | 2 +- project/build.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index bdd2a01..341e637 100644 --- a/build.sbt +++ b/build.sbt @@ -34,7 +34,7 @@ addSbtPlugin("com.permutive" % "sbt-liquibase" % "1.2.0") crossSbtVersions := Seq( "0.13.17", - "1.3.3" + "1.3.2" ) def slickVersion(scalaVersion: String) = diff --git a/project/build.properties b/project/build.properties index 04c59a2..218101f 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.3.3 +sbt.version = 1.3.2