Skip to content

Commit

Permalink
Merge pull request #198 from evolution-gaming/update-smetrics-ce2
Browse files Browse the repository at this point in the history
Update smetrics to 0.5.0; cats-helper to 2.11.0 [ce2]
  • Loading branch information
Z1kkurat committed May 25, 2023
2 parents d3211f3 + 20fba7e commit 05596c2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import sbt._
object Dependencies {

val scalatest = "org.scalatest" %% "scalatest" % "3.2.3"
val `cats-helper` = "com.evolutiongaming" %% "cats-helper" % "2.8.0"
val smetrics = "com.evolutiongaming" %% "smetrics" % "0.3.6"
val `cats-helper` = "com.evolutiongaming" %% "cats-helper" % "2.11.0"
val smetrics = "com.evolutiongaming" %% "smetrics" % "0.5.0"
val `kind-projector` = "org.typelevel" % "kind-projector" % "0.13.2"
val betterMonadicFor = "com.olegpy" %% "better-monadic-for" % "0.3.1"

Expand Down
3 changes: 1 addition & 2 deletions src/main/scala/com/evolution/scache/Cache.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ import cats.syntax.all._
import cats.kernel.{CommutativeMonoid, Hash, Monoid}
import cats.{Functor, Monad, MonadThrow, Parallel, ~>}
import com.evolutiongaming.catshelper.CatsHelper._
import com.evolutiongaming.catshelper.Runtime
import com.evolutiongaming.smetrics.MeasureDuration
import com.evolutiongaming.catshelper.{MeasureDuration, Runtime}

import scala.util.control.NoStackTrace

Expand Down
3 changes: 1 addition & 2 deletions src/main/scala/com/evolution/scache/CacheMetered.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ package com.evolution.scache
import cats.effect.{Concurrent, Resource, Timer}
import cats.kernel.CommutativeMonoid
import cats.syntax.all._
import com.evolutiongaming.catshelper.Schedule
import com.evolutiongaming.smetrics.MeasureDuration
import com.evolutiongaming.catshelper.{MeasureDuration, Schedule}

import scala.concurrent.duration._

Expand Down
2 changes: 1 addition & 1 deletion src/test/scala/com/evolution/scache/IOSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package com.evolution.scache

import cats.Parallel
import cats.effect.{Clock, Concurrent, ContextShift, IO, Timer}
import com.evolutiongaming.smetrics.MeasureDuration
import com.evolutiongaming.catshelper.MeasureDuration
import org.scalactic.source.Position
import org.scalatest.Succeeded
import org.scalatest.enablers.Retrying
Expand Down

0 comments on commit 05596c2

Please sign in to comment.