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 df13fa3 commit 66b25e4Copy full SHA for 66b25e4
README.md
@@ -29,10 +29,12 @@ A cache library written in Kotlin.
29
# Implementation
30
Just use cache if you do not require any of the revision specific loaders.
31
```
32
-cache = { module = "com.runetopic.cache:cache", version.ref "1.4.7-SNAPSHOT" }
+cache = { module = "com.runetopic.cache:cache", version.ref "1.4.8-SNAPSHOT" }
33
loader = { module = "com.runetopic.cache:loader", version.ref "647.6.1-SNAPSHOT" }
34
+```
35
-//For the SNAPSHOTS
36
37
+//SNAPSHOTS
38
maven {
39
url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")
40
}
0 commit comments