Skip to content

java.lang.NoClassDefFoundError: akka/http/scaladsl/server/Directive$SingleValueTransformers$ #904

Answered by kjorg50
kjorg50 asked this question in Q&A
Discussion options

You must be logged in to vote

Found that the SingleValueTransformers class was added in akka-http 10.1.8 so my version of akka-http was too old 🤦

I updated to the following versions and now I am able to run my app!

akka = 2.5.19
akkaHttp = 10.1.8

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@SimunKaracic
Comment options

Answer selected by SimunKaracic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants