Skip to content

Commit 890dde0

Browse files
authored
chore: update slick (#4)
* chore: update slick * chore: update slick seeker version
1 parent f55c335 commit 890dde0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Type-safe, high-performance cursor-based pagination for Slick 3.5+.
1717
## Requirements
1818

1919
- **Scala**: 2.13.14+, 3.3.4+, 3.5.2+
20-
- **Slick**: 3.5.0+
20+
- **Slick**: 3.6.1+
2121
- **Java**: 11, 17, 21, or 25
2222
- Any JDBC database supported by Slick
2323

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ ThisBuild / makePomConfiguration := makePomConfiguration.value.withConfiguration
3030
)
3131

3232
// Version and Scala settings
33-
val slickSeekerVersion = "0.5.0"
33+
val slickSeekerVersion = "0.5.1"
3434

3535
val scala3Version = "3.3.5"
3636
val scala213Version = "2.13.16"
3737

38-
val slickVersion = "3.5.0"
38+
val slickVersion = "3.6.1"
3939
val scalatestVersion = "3.2.19"
4040

4141
lazy val commonSettings = Seq(

docs/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ val page2 = db.run(seeker.page(limit = 20, cursor = page1.nextCursor))
111111
## Requirements
112112

113113
- Scala 2.13.14+, 3.3.4+, 3.5.2+
114-
- Slick 3.5.0+
114+
- Slick 3.6.1+
115115
- Your Slick profile API must be imported before slick-seeker
116116

117117
## License

docs/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,5 @@ extra:
8686
scala:
8787
versions: "2.13.14+, 3.3.4+, 3.5.2+"
8888
slick:
89-
minVersion: "3.5.0"
89+
minVersion: "3.6.1"
9090
version: "3.5.1"

0 commit comments

Comments
 (0)