diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 154cec2..4282d04 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -7,7 +7,7 @@ object Dependencies { val nel = "com.evolutiongaming" %% "nel" % "1.3.4" val `metric-tools` = "com.evolutiongaming" %% "metric-tools" % "2.0.0" val `cats-helper` = "com.evolutiongaming" %% "cats-helper" % "3.6.0" - val scache = "com.evolution" %% "scache" % "4.6.0" + val scache = "com.evolution" %% "scache" % "5.1.0" val scalatest = "org.scalatest" %% "scalatest" % "3.2.3" val scalax = "com.github.t3hnar" %% "scalax" % "3.8.1" diff --git a/version.sbt b/version.sbt index 931f3bf..7f926c6 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "8.1.1-SNAPSHOT" +ThisBuild / version := "9.0.0-SNAPSHOT"