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 70ab157 commit 1c96e27Copy full SHA for 1c96e27
build.sbt
@@ -4,7 +4,7 @@ lazy val redisClient = (project in file(".")).settings(coreSettings : _*)
4
5
lazy val commonSettings: Seq[Setting[_]] = Seq(
6
organization := "net.debasishg",
7
- version := "3.6",
+ version := "3.7",
8
scalaVersion := "2.11.12",
9
crossScalaVersions := Seq("2.12.4", "2.11.12", "2.10.7"),
10
0 commit comments