File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ RDB as a cache storage
77## Install
88
99``` scala
10- libraryDependencies += " com.github.tototoshi" %% " dbcache-mysql" % " 0.5 .0"
10+ libraryDependencies += " com.github.tototoshi" %% " dbcache-mysql" % " 1.0 .0"
1111
1212// or
13- // libraryDependencies += "com.github.tototoshi" %% "dbcache-postgresql" % "0.5 .0"
13+ // libraryDependencies += "com.github.tototoshi" %% "dbcache-postgresql" % "1.0 .0"
1414```
1515
1616## Setup
@@ -110,14 +110,15 @@ Tue Apr 26 22:26:57 JST 2016: None
110110
111111| dbcache-play version| Play version| Scala version|
112112| -------------------:| -----------:| ------------:|
113+ | 1.0.0 | 3.0.x | 2.13/3.3 |
113114| 0.5.0 | 2.9.x | 2.13/3.3 |
114115| 0.4.0 | 2.8.x | 2.12/2.13 |
115116
116117
117118Add dbcache-play to dependencies.
118119
119120``` scala
120- libraryDependencies += " com.github.tototoshi" %% " dbcache-play" % " 0.5 .0"
121+ libraryDependencies += " com.github.tototoshi" %% " dbcache-play" % " 1.0 .0"
121122```
122123
123124The code below is Play integration example with scalikejdbc
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ lazy val commonSettings = Seq(
1717 scalacOptions ++= Seq (" -deprecation" ),
1818 scalaVersion := " 2.13.12" ,
1919 crossScalaVersions := Seq (" 2.13.12" , " 3.3.1" ),
20- version := " 0.5 .0"
20+ version := " 1.0 .0"
2121)
2222
2323lazy val playScala3workaround = Def .settings(
You can’t perform that action at this time.
0 commit comments