We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83d2001 commit aa179e4Copy full SHA for aa179e4
project/ScalaRedisProject.scala
@@ -8,7 +8,7 @@ object ScalaRedisProject extends Build
8
9
lazy val commonSettings: Seq[Setting[_]] = Seq(
10
organization := "net.debasishg",
11
- version := "0.2-SNAPSHOT",
+ version := "0.2",
12
scalaVersion := "2.10.2",
13
scalacOptions := Seq("-deprecation", "-unchecked", "-feature", "-language:postfixOps"),
14
resolvers ++= Seq(akkaRelease, akkaSnapshot, sprayJson)
0 commit comments