diff --git a/project/p.sbt b/project/p.sbt index 65a76b635..f2bd8b90e 100644 --- a/project/p.sbt +++ b/project/p.sbt @@ -3,7 +3,7 @@ libraryDependencies ++= Seq( "org.jsoup" % "jsoup" % "1.7.1" ) -addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "0.7.0-M1") +addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "0.7.0") resolvers += "jgit-repo" at "http://download.eclipse.org/jgit/maven"