Skip to content

Commit 0700746

Browse files
committed
v0.3.0
1 parent 24bf1fc commit 0700746

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ RDB as cache storage
77
## Install
88

99
```scala
10-
libraryDependencies += "com.github.tototoshi" %% "dbcache-mysql" % "0.3.0-SNAPSHOT"
10+
libraryDependencies += "com.github.tototoshi" %% "dbcache-mysql" % "0.3.0"
1111

1212
// or
13-
// libraryDependencies += "com.github.tototoshi" %% "dbcache-postgresql" % "0.3.0-SNAPSHOT"
13+
// libraryDependencies += "com.github.tototoshi" %% "dbcache-postgresql" % "0.3.0"
1414
```
1515

1616
## Setup
@@ -111,7 +111,7 @@ Tue Apr 26 22:26:57 JST 2016: None
111111
Add dbcache-play to dependencies.
112112

113113
```scala
114-
libraryDependencies += "com.github.tototoshi" %% "dbcache-play" % "0.3.0-SNAPSHOT"
114+
libraryDependencies += "com.github.tototoshi" %% "dbcache-play" % "0.3.0"
115115
```
116116

117117
The code below is Play integration example with scalikejdbc

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ lazy val commonSettings = Seq(
1313
organization := "com.github.tototoshi",
1414
scalaVersion := "2.12.8",
1515
crossScalaVersions := Seq("2.12.8", "2.11.12"),
16-
version := "0.3.0-SNAPSHOT"
16+
version := "0.3.0"
1717
)
1818

1919
lazy val root = (project in file("."))

0 commit comments

Comments
 (0)