Skip to content

Commit 1b00b10

Browse files
committed
v1.0.0
1 parent 135adec commit 1b00b10

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

117118
Add 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

123124
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
@@ -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

2323
lazy val playScala3workaround = Def.settings(

0 commit comments

Comments
 (0)