Skip to content

Commit

Permalink
Merge 1ee4632 into a3dd990
Browse files Browse the repository at this point in the history
  • Loading branch information
DeviLab committed Aug 21, 2023
2 parents a3dd990 + 1ee4632 commit 6618adc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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.6.0"
val `ddata-tools` = "com.evolutiongaming" %% "ddata-tools" % "3.1.0"
val `ddata-tools` = "com.evolutiongaming" %% "ddata-tools" % "4.0.0"
val `safe-actor` = "com.evolutiongaming" %% "safe-actor" % "3.0.0"

object Cats {
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.1.1-SNAPSHOT"
ThisBuild / version := "3.0.0-SNAPSHOT"

0 comments on commit 6618adc

Please sign in to comment.