Skip to content

Commit 1c96e27

Browse files
committed
Updated version to 3.7
1 parent 70ab157 commit 1c96e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ lazy val redisClient = (project in file(".")).settings(coreSettings : _*)
44

55
lazy val commonSettings: Seq[Setting[_]] = Seq(
66
organization := "net.debasishg",
7-
version := "3.6",
7+
version := "3.7",
88
scalaVersion := "2.11.12",
99
crossScalaVersions := Seq("2.12.4", "2.11.12", "2.10.7"),
1010

0 commit comments

Comments
 (0)