Skip to content

Commit

Permalink
Version 24.05
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru committed May 16, 2024
1 parent 549ae5a commit 7d2a713
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

This repository will release to https://repo.akka.io/maven.

1. Check the `AkkaDependenciesMinor` version in `project/Dependencies.scala`
1. To initiate a release push a tag prefixed with `v`, i.e. `v22.10.0`.
1. Update the "current" link on Gustav. `ln -snf ${VERSION} current`
1. Update example projects referencing this BOM.
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object Dependencies {

// To update Cinnamon version, change the plugin version
// in project/plugins.sbt
val AkkaDependenciesMinor = "23.10"
val AkkaDependenciesMinor = "24.05"
val Akka = "2.9.3"
val AkkaHttp = "10.6.3"
val AkkaManagement = "1.5.2"
Expand Down

0 comments on commit 7d2a713

Please sign in to comment.