Skip to content

Commit

Permalink
reverted akka upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragazoor committed Jan 15, 2024
1 parent cced3f2 commit 573f17d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ val zioVersion = "2.0.20"
val zioNioVersion = "2.0.1"
val zioConfigVersion = "3.0.7"
val zioInteropCatsVersion = "22.0.0.0"
val akkaActorTypedVersion = "2.8.0"
val doobieVersion = "0.13.4"
// Akka cannot be upgraded since later versions have the Business Source License
val akkaActorTypedVersion = "2.6.19"

lazy val root =
project
Expand Down

0 comments on commit 573f17d

Please sign in to comment.