Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: reverted to latest Apache licensed Akka #3363

Merged
merged 1 commit into from
Jun 30, 2023

Conversation

octonato
Copy link
Member

No description provided.

val Akka: String = sys.props.getOrElse("lagom.build.akka.version", "2.8.2") // sync with docs/build.sbt
val AkkaHttp = "10.5.2"
val Akka: String = sys.props.getOrElse("lagom.build.akka.version", "2.6.21") // sync with docs/build.sbt
val AkkaHttp = "10.2.10"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


val AkkaPersistenceCassandra = "0.106"
// this is the version used in AkkaPersistenceCassandra, we stick with it
val CassandraDriver = "3.7.2"
val AkkaPersistenceJdbc = "3.5.3"
val AkkaManagement = "1.4.1"
val AkkaManagement = "1.1.4"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


val Disruptor = "3.4.2"

// Also be sure to update ScalaTestVersion in docs/build.sbt.
val ScalaTest = "3.0.8"
val Jackson = "2.13.5"
val Jackson = "2.11.4"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the Jackson version used by akka 2.6.21

Copy link
Contributor

@ennru ennru left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@ennru ennru merged commit 2f18b54 into main Jun 30, 2023
17 checks passed
@ennru ennru deleted the octonato/revert-to-oss-akka branch June 30, 2023 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants