1
0
Fork 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

@ -11,7 +11,7 @@ object BuildSettings extends Build {
override lazy val settings = super.settings ++ Seq(
organization := "berkeley",
version := "1.2",
scalaVersion := "2.11.11",
scalaVersion := "2.11.12",
parallelExecution in Global := false,
traceLevel := 15,
scalacOptions ++= Seq("-deprecation","-unchecked"),

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")