Skip to content

Commit

Permalink
Add RELEASE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
StepanBrychta committed Oct 4, 2024
1 parent a2a994b commit 0504cf3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
RELEASE_TYPE: patch

Update dependencies.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ object Dependencies {
// Provides slf4j-api
val grizzled = "1.3.4"

val pekko = "1.1.0"
val pekko = "1.1.1"
val pekkoConnectors = "1.0.2"
val pekkoHttp = "1.0.1"
val pekkoHttp = "1.1.1"
val pekkoHttpJson = "2.6.0"

// This needs to be set explicitly to match the language version
Expand Down

0 comments on commit 0504cf3

Please sign in to comment.