1
0

Bump scala and sbt-site plugin versions.

This commit is contained in:
Jim Lawson
2017-12-12 12:43:10 -08:00
committed by Jack Koenig
parent 09160d0cd5
commit 0b2d200e91
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ resolvers += "jgit-repo" at "http://download.eclipse.org/jgit/maven"
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.2")
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.3.0")
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.3.1")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.7.0")