Skip to content

Commit 780e15f

Browse files
committed
Updates compiler version and README for release of 3.4
1 parent aa09299 commit 780e15f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Add to `Build.scala` or `build.sbt`
3030

3131
```scala
3232
libraryDependencies ++= Seq(
33-
"net.debasishg" %% "redisclient" % "3.3"
33+
"net.debasishg" %% "redisclient" % "3.4"
3434
)
3535
```
3636

project/ScalaRedisProject.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ object ScalaRedisProject extends Build
88

99
lazy val commonSettings: Seq[Setting[_]] = Seq(
1010
organization := "net.debasishg",
11-
version := "3.3",
11+
version := "3.4",
1212
scalaVersion := "2.11.8",
13-
crossScalaVersions := Seq("2.12.0", "2.11.8", "2.10.6"),
13+
crossScalaVersions := Seq("2.12.1", "2.11.8", "2.10.6"),
1414

1515
scalacOptions in Compile ++= Seq( "-unchecked", "-feature", "-language:postfixOps", "-deprecation" ),
1616

0 commit comments

Comments
 (0)