We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For dependencies:
"com.bot4s" %% "telegram-core" % "4.4.0-RC1" "com.bot4s" %% "telegram-akka" % "4.4.0-RC1"
I am getting runtime error:
Exception in thread "main" akka.UnsupportedAkkaVersion: Current version of Akka is [2.5.22], but akka-http requires version [2.5.23]
The text was updated successfully, but these errors were encountered:
This has been fixed in master but not released, adding the akka-http dependency with the right version fixes the issue.
Sorry, something went wrong.
No branches or pull requests
For dependencies:
I am getting runtime error:
The text was updated successfully, but these errors were encountered: