diff options
| author | Boris V.Kuznetsov | 2019-09-17 19:06:24 +0300 |
|---|---|---|
| committer | Jim Lawson | 2019-09-17 09:06:24 -0700 |
| commit | 4d861482c38851311f1751319519d90aac872e4e (patch) | |
| tree | 677700516ec698c7914ed028c8fdadeae68f7a21 /project/plugins.sbt | |
| parent | e939181aebb5a0131562609a5782e1f1df88699d (diff) | |
Updated to sbt 1.3.0 (#1181)
Diffstat (limited to 'project/plugins.sbt')
| -rw-r--r-- | project/plugins.sbt | 4 |
1 files changed, 2 insertions, 2 deletions
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") |
