Skip to content

Commit 66b25e4

Browse files
Update README.md
1 parent df13fa3 commit 66b25e4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,12 @@ A cache library written in Kotlin.
2929
# Implementation
3030
Just use cache if you do not require any of the revision specific loaders.
3131
```
32-
cache = { module = "com.runetopic.cache:cache", version.ref "1.4.7-SNAPSHOT" }
32+
cache = { module = "com.runetopic.cache:cache", version.ref "1.4.8-SNAPSHOT" }
3333
loader = { module = "com.runetopic.cache:loader", version.ref "647.6.1-SNAPSHOT" }
34+
```
3435

35-
//For the SNAPSHOTS
36+
```
37+
//SNAPSHOTS
3638
maven {
3739
url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")
3840
}

0 commit comments

Comments
 (0)