We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf05114 commit e9f6edaCopy full SHA for e9f6eda
README.md
@@ -28,7 +28,7 @@ A cache library written in Kotlin.
28
# Implementation
29
Just use cache if you do not require any of the revision specific loaders.
30
```
31
-cache = { module = "com.runetopic.cache:cache", version.ref "1.4.18-SNAPSHOT" }
+cache = { module = "com.runetopic.cache:cache", version.ref "1.4.19-SNAPSHOT" }
32
loader = { module = "com.runetopic.cache:loader", version.ref "647.6.4-SNAPSHOT" }
33
34
cache/build.gradle.kts
@@ -4,7 +4,7 @@ plugins {
4
signing
5
}
6
7
-version = "1.4.18-SNAPSHOT"
+version = "1.4.19-SNAPSHOT"
8
9
java {
10
withJavadocJar()
0 commit comments