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 af7f553
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ object Dependencies {
val elasticApm = "1.51.0"
val elastic4s = "8.9.5"

val aws = "2.25.37"
val aws = "2.25.70"

// Note: this should probably match the version of Circe used by elastic4s.
// See https://github.com/sksamuel/elastic4s/blob/master/project/Dependencies.scala
Expand All @@ -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.0"
val pekkoHttpJson = "2.6.0"

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

0 comments on commit af7f553

Please sign in to comment.