Skip to content

Commit

Permalink
update dependencies/plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Valerian Barbot committed Sep 26, 2014
1 parent 3b85767 commit e7bdf06
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions project/Rediscala.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ object Resolvers {
}

object Dependencies {
val akkaVersion = "2.3.5"
val akkaVersion = "2.3.6"

import sbt._

val akkaActor = "com.typesafe.akka" %% "akka-actor" % akkaVersion

val akkaTestkit = "com.typesafe.akka" %% "akka-testkit" % akkaVersion

val specs2 = "org.specs2" %% "specs2" % "2.3.11"
val specs2 = "org.specs2" %% "specs2" % "2.3.13"

//val scalameter = "com.github.axel22" %% "scalameter" % "0.4"

Expand Down Expand Up @@ -59,12 +59,12 @@ object RediscalaBuild extends Build {
"-sourcepath", bd.getAbsolutePath
)
},
autoAPIMappings := true,
apiURL := Some(url("http://etaty.github.io/rediscala/")),
scalacOptions in (Compile, doc) <++= version in LocalProject("rediscala") map { version =>
val branch = if(version.trim.endsWith("SNAPSHOT")) "master" else version
Seq[String](
"-doc-source-url", baseSourceUrl + branch +"€{FILE_PATH}.scala",
"-doc-title", "Rediscala "+v+" API",
"-doc-version", version
"-doc-source-url", baseSourceUrl + branch +"€{FILE_PATH}.scala"
)
}
) ++ site.settings ++ site.includeScaladoc(v +"/api") ++ site.includeScaladoc("latest/api") ++ ghpages.settings ++
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=0.13.2
sbt.version=0.13.6
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

resolvers += "jgit-repo" at "http://download.eclipse.org/jgit/maven"

addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "0.6.2")
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "0.8.1")

addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.5.1")
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.5.3")

addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.3.1")

Expand Down

0 comments on commit e7bdf06

Please sign in to comment.