File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ RDB as cache storage
7
7
## Install
8
8
9
9
``` scala
10
- libraryDependencies += " com.github.tototoshi" %% " dbcache-mysql" % " 0.3.0-SNAPSHOT "
10
+ libraryDependencies += " com.github.tototoshi" %% " dbcache-mysql" % " 0.3.0"
11
11
12
12
// or
13
- // libraryDependencies += "com.github.tototoshi" %% "dbcache-postgresql" % "0.3.0-SNAPSHOT "
13
+ // libraryDependencies += "com.github.tototoshi" %% "dbcache-postgresql" % "0.3.0"
14
14
```
15
15
16
16
## Setup
@@ -111,7 +111,7 @@ Tue Apr 26 22:26:57 JST 2016: None
111
111
Add dbcache-play to dependencies.
112
112
113
113
``` scala
114
- libraryDependencies += " com.github.tototoshi" %% " dbcache-play" % " 0.3.0-SNAPSHOT "
114
+ libraryDependencies += " com.github.tototoshi" %% " dbcache-play" % " 0.3.0"
115
115
```
116
116
117
117
The code below is Play integration example with scalikejdbc
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ lazy val commonSettings = Seq(
13
13
organization := " com.github.tototoshi" ,
14
14
scalaVersion := " 2.12.8" ,
15
15
crossScalaVersions := Seq (" 2.12.8" , " 2.11.12" ),
16
- version := " 0.3.0-SNAPSHOT "
16
+ version := " 0.3.0"
17
17
)
18
18
19
19
lazy val root = (project in file(" ." ))
You can’t perform that action at this time.
0 commit comments