Skip to content

Commit

Permalink
0.5-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Valerian Barbot committed Jul 24, 2013
1 parent 0a20f5e commit e97badf
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions project/Rediscala.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,7 @@ import com.typesafe.sbt.SbtGhPages._
import com.typesafe.sbt.SbtGit.{GitKeys => git}
import com.typesafe.sbt.SbtSite._
import sbt.LocalProject
import sbt.Tests.Group
import sbt.Tests.Group
import sbt.Tests.{InProcess, Group}
import sbtunidoc.Plugin._
import scala._
import scala.Some
import scala.Some
import scala.Some

object Resolvers {
val typesafe = Seq(
Expand Down Expand Up @@ -44,7 +37,7 @@ object Dependencies {
object RediscalaBuild extends Build {
val baseSourceUrl = "https://github.com/etaty/rediscala/tree/"

val v = "0.1-SNAPSHOT"
val v = "0.5-SNAPSHOT"

lazy val standardSettings = Defaults.defaultSettings ++
Seq(
Expand Down

0 comments on commit e97badf

Please sign in to comment.