Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion project/Commons.scala
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ object Commons extends ProjectGroup("commons") {
val typesafeConfigVersion = "1.4.3"
val commonsIoVersion = "1.3.2" // test only
val scalaLoggingVersion = "3.9.5"
val pekkoVersion = "1.0.3"
val pekkoVersion = "1.1.0"
val monixVersion = "3.4.1"
val circeVersion = "0.14.5" // benchmark only
val upickleVersion = "3.1.2" // benchmark only
Expand Down
Loading