Skip to content

Commit

Permalink
Akka 2.9.4 version (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw authored Jul 3, 2024
1 parent d4b1d48 commit cb0d95c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ import sbt._

object Dependencies {
object Versions {
val Scala213 = "2.13.12"
val Scala213 = "2.13.14"
val CrossScalaVersions = Seq(Scala213)

val Scala3 = "3.3"

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

0 comments on commit cb0d95c

Please sign in to comment.