summaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorJim Lawson2020-02-11 12:03:12 -0800
committerGitHub2020-02-11 12:03:12 -0800
commit45a926148bd87a383ee6e8c7aa87e6b9aeabd861 (patch)
tree0a6e375d12c11ba68a064d665fc5cd3afe0823ef /project
parent1cfa9c1df3d91a99ad146f85c77cee7c37a3a116 (diff)
Bump sbt and tool/plugin dependencies. (#1332)
Diffstat (limited to 'project')
-rw-r--r--project/build.properties2
-rw-r--r--project/plugins.sbt6
2 files changed, 4 insertions, 4 deletions
diff --git a/project/build.properties b/project/build.properties
index 8522443d..a919a9b5 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=1.3.2
+sbt.version=1.3.8
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 15515a73..6326ba99 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -6,11 +6,11 @@ resolvers += "jgit-repo" at "https://download.eclipse.org/jgit/maven"
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
-addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1")
+addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.3.1")
-addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.7.0")
+addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")
-addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.1")
+addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3")