Bump scala and sbt-site plugin versions.
This commit is contained in:
parent
09160d0cd5
commit
0b2d200e91
@ -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"),
|
||||
|
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user