aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Lawson2019-09-16 16:51:42 -0700
committermergify[bot]2019-09-16 23:51:42 +0000
commitc1feef14e30802b460976197479cb6b967f31324 (patch)
treed9effb948ec108d8133aac011b05562de90146f2
parentf93e1d240f80848dc12c25906239fe6c8a4d42b5 (diff)
Bump sbt to 1.3.0 (#1181)
-rw-r--r--project/build.properties2
-rw-r--r--project/plugins.sbt10
2 files changed, 6 insertions, 6 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 dbf59d89..d3161f11 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -1,10 +1,10 @@
-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("com.typesafe.sbt" % "sbt-site" % "1.3.1")
+addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.7.0")
@@ -12,13 +12,13 @@ addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.1")
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
-addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1")
+addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.0")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.6")
addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.8.1")
-addSbtPlugin("com.github.gseitz" % "sbt-protobuf" % "0.6.3")
+addSbtPlugin("com.github.gseitz" % "sbt-protobuf" % "0.6.5")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.7")