Skip to content

Commit

Permalink
Bump smetrics, cats-helper, akka, ddata-tools, cats, cats-effect
Browse files Browse the repository at this point in the history
  • Loading branch information
i-surkov committed Jun 27, 2023
1 parent 6759138 commit 5de25ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,19 @@ object Dependencies {

val scalatest = "org.scalatest" %% "scalatest" % "3.2.9"
val `executor-tools` = "com.evolutiongaming" %% "executor-tools" % "1.0.2"
val `cats-helper` = "com.evolutiongaming" %% "cats-helper" % "2.7.2"
val `ddata-tools` = "com.evolutiongaming" %% "ddata-tools" % "2.0.8"
val `cats-helper` = "com.evolutiongaming" %% "cats-helper" % "2.12.0"
val `ddata-tools` = "com.evolutiongaming" %% "ddata-tools" % "2.1.0"
val `safe-actor` = "com.evolutiongaming" %% "safe-actor" % "3.0.0"

object Cats {
private val version = "2.3.0"
private val version = "2.9.0"
private val effectVersion = "2.5.5"
val core = "org.typelevel" %% "cats-core" % version
val effect = "org.typelevel" %% "cats-effect" % version
val effect = "org.typelevel" %% "cats-effect" % effectVersion
}

object Akka {
private val version = "2.6.8"
private val version = "2.6.20"
val actor = "com.typesafe.akka" %% "akka-actor" % version
val cluster = "com.typesafe.akka" %% "akka-cluster" % version
val sharding = "com.typesafe.akka" %% "akka-cluster-sharding" % version
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "1.0.8-SNAPSHOT"
ThisBuild / version := "1.1.0-SNAPSHOT"

0 comments on commit 5de25ca

Please sign in to comment.