Skip to content

Commit 90a2d87

Browse files
committed
Fix README to reflect publishing updates
1 parent 7936584 commit 90a2d87

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,13 +120,13 @@ trait SerialMap[F[_], K, V] {
120120

121121
## Setup
122122

123-
Although `scache` is available on maven central, its dependencies are not. That is why one need to include
124-
dependency on https://github.com/evolution-gaming/sbt-artifactory-plugin.
123+
`scache`, along with its dependencies, is available on Evolution's JFrog Artifactory. That is why one needs to include
124+
a dependency on https://github.com/evolution-gaming/sbt-artifactory-plugin.
125125

126126
```scala
127127
addSbtPlugin("com.evolution" % "sbt-artifactory-plugin" % "0.0.2")
128128

129-
libraryDependencies += "com.evolution" %% "scache" % "5.1.2"
129+
libraryDependencies += "com.evolution" %% "scache" % "<latest version from badge>"
130130
```
131131

132132
## ExpiringCache

0 commit comments

Comments
 (0)