Skip to content

Commit

Permalink
Merge 4b9d32c into 2d4327f
Browse files Browse the repository at this point in the history
  • Loading branch information
i-surkov committed Jun 27, 2023
2 parents 2d4327f + 4b9d32c commit 34dfcac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +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" % "3.0.3"
val `ddata-tools` = "com.evolutiongaming" %% "ddata-tools" % "3.0.0"
val `cats-helper` = "com.evolutiongaming" %% "cats-helper" % "3.6.0"
val `ddata-tools` = "com.evolutiongaming" %% "ddata-tools" % "3.1.0"
val `safe-actor` = "com.evolutiongaming" %% "safe-actor" % "3.0.0"

object Cats {
private val version = "2.7.0"
private val effectVersion = "3.3.11"
private val version = "2.9.0"
private val effectVersion = "3.4.8"
val core = "org.typelevel" %% "cats-core" % 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 := "2.0.1-SNAPSHOT"
ThisBuild / version := "2.1.0-SNAPSHOT"

0 comments on commit 34dfcac

Please sign in to comment.