Upgrade SBT to 1.3.6 (#322)

This commit is contained in:
pschord 2020-01-13 17:59:24 -05:00 committed by GitHub
parent ab625d15c4
commit b1be0ffdb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 15 deletions

View file

@ -1 +1 @@
sbt.version = 0.13.8
sbt.version = 1.3.6

View file

@ -1,6 +1,6 @@
logLevel := Level.Warn
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.7.9")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.3.5")
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.12")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
// https://github.com/sbt/sbt-unidoc
//addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.2")