Skip to content

Commit

Permalink
Update akka-serialization to get a more up-to-date documentation (#565)
Browse files Browse the repository at this point in the history
This version does not change anything, besides more detailed scaladocs.
  • Loading branch information
rtar authored Feb 6, 2024
1 parent 0c95dac commit 5534e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ object Dependencies {
val `play-json-jsoniter` = "com.evolutiongaming" %% "play-json-jsoniter" % "0.10.2"
val `executor-tools` = "com.evolutiongaming" %% "executor-tools" % "1.0.3"
val `config-tools` = "com.evolutiongaming" %% "config-tools" % "1.0.3"
val `akka-serialization` = "com.evolutiongaming" %% "akka-serialization" % "1.0.4"
val `akka-serialization` = "com.evolutiongaming" %% "akka-serialization" % "1.0.5"
val `future-helper` = "com.evolutiongaming" %% "future-helper" % "1.0.6"
val `kafka-launcher` = "com.evolutiongaming" %% "kafka-launcher" % "0.1.0"
val `testcontainers-cassandra` = "com.dimafeng" %% "testcontainers-scala-cassandra" % "0.41.2"
Expand Down

0 comments on commit 5534e5f

Please sign in to comment.