From 8fecf094a3807d829669b347a88534aab18d2c38 Mon Sep 17 00:00:00 2001 From: Albert Bikeev Date: Mon, 24 Oct 2022 15:17:50 +0200 Subject: [PATCH] Add hints on SBT imports --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index bb2e1614..b202a7a1 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,11 @@ The following cache implementations are supported, and it's easy to plugin your * Redis * [Caffeine](https://github.com/ben-manes/caffeine) +## SBT imports + +1. Add core dependency: `libraryDependencies += "com.github.cb372" %% "scalacache-core" % "` +2. Add any preferred cache implementation: [details](https://cb372.github.io/scalacache/docs/cache-implementations.html). + ## Documentation Documentation is available on [the ScalaCache website](https://cb372.github.io/scalacache/).