Skip to content

Commit 37078e3

Browse files
committed
Upgrade versions
1 parent 172781a commit 37078e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
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.9"
33+
"net.debasishg" %% "redisclient" % "3.10"
3434
)
3535
```
3636

build.sbt

+1-1
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.9",
7+
version := "3.10",
88
scalaVersion := "2.12.8",
99
crossScalaVersions := Seq("2.11.12", "2.10.7", "2.13.0"),
1010

0 commit comments

Comments
 (0)