summaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorBoris V.Kuznetsov2019-09-17 19:06:24 +0300
committerJim Lawson2019-09-17 09:06:24 -0700
commit4d861482c38851311f1751319519d90aac872e4e (patch)
tree677700516ec698c7914ed028c8fdadeae68f7a21 /project
parente939181aebb5a0131562609a5782e1f1df88699d (diff)
Updated to sbt 1.3.0 (#1181)
Diffstat (limited to 'project')
-rw-r--r--project/build.properties2
-rw-r--r--project/plugins.sbt4
2 files changed, 3 insertions, 3 deletions
diff --git a/project/build.properties b/project/build.properties
index 72f90289..080a737e 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=1.2.7
+sbt.version=1.3.0
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 4a06a51b..15515a73 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -1,8 +1,8 @@
-resolvers += Resolver.url("scalasbt", new URL("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases")) (Resolver.ivyStylePatterns)
+resolvers += Resolver.url("scalasbt", new URL("https://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases")) (Resolver.ivyStylePatterns)
resolvers += Classpaths.sbtPluginReleases
-resolvers += "jgit-repo" at "http://download.eclipse.org/jgit/maven"
+resolvers += "jgit-repo" at "https://download.eclipse.org/jgit/maven"
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")