Skip to content

Commit

Permalink
Upgrade versions
Browse files Browse the repository at this point in the history
  • Loading branch information
debasishg committed Jun 11, 2019
1 parent 172781a commit 37078e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Add to `Build.scala` or `build.sbt`

```scala
libraryDependencies ++= Seq(
"net.debasishg" %% "redisclient" % "3.9"
"net.debasishg" %% "redisclient" % "3.10"
)
```

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lazy val redisClient = (project in file(".")).settings(coreSettings : _*)

lazy val commonSettings: Seq[Setting[_]] = Seq(
organization := "net.debasishg",
version := "3.9",
version := "3.10",
scalaVersion := "2.12.8",
crossScalaVersions := Seq("2.11.12", "2.10.7", "2.13.0"),

Expand Down

0 comments on commit 37078e3

Please sign in to comment.