Skip to content

Commit

Permalink
Common: bump sbt to 1.4.1 (close #196)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuwy committed Oct 30, 2020
1 parent fd37e40 commit 7c30cfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ object Dependencies {

val resolutionRepos = Seq(
// Redshift native driver
"redshift" at "http://redshift-maven-repository.s3-website-us-east-1.amazonaws.com/release",
("redshift" at "http://redshift-maven-repository.s3-website-us-east-1.amazonaws.com/release").withAllowInsecureProtocol(true),
// Speed-up build
"snowplow" at "https://snowplow.bintray.com/snowplow-maven"
)
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.2.8
sbt.version=1.4.1

0 comments on commit 7c30cfe

Please sign in to comment.