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

Wrong akka-parsing_2.13 version for DataHub 0.15.0.1 #12937

Open
AlanXAme opened this issue Mar 21, 2025 · 0 comments
Open

Wrong akka-parsing_2.13 version for DataHub 0.15.0.1 #12937

AlanXAme opened this issue Mar 21, 2025 · 0 comments
Labels
bug Bug report

Comments

@AlanXAme
Copy link

Describe the bug
when resolving dependency of Datahub 0.15.0.1, version of akka-parsing_2.13 in build.gradle is 2.6.21, which can not be found in Maven Central Repository or anywhere else.

To Reproduce
source code in build.gradle:
ext.playScalaVersion = '2.13'
ext.akkaVersion = '2.6.21'
project.ext.externalDependency.akkaParsing: "com.typesafe.akka:akka-parsing_$playScalaVersion:$akkaVersion"

Expected behavior
the version of akka-parsing_2.13 is valid and can be resolved

Datahub Version: 0.15.0.1

@AlanXAme AlanXAme added the bug Bug report label Mar 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug report
Projects
None yet
Development

No branches or pull requests

1 participant