0
votes

I am using akka http and earlier when I used to run my Boot.scala file it used to run fine, but after a month or so I ran my Boot.scala today, but its throwing some exception which I can't understand, someone please help. Error message is:

enter image description here This is my build.sbt file:

enter image description here

This is my Boot.scala file:

enter image description here

and finally my rest file:- enter image description here

1
Could you please post full stack trace? and what kind of error you're getting?Atiq
@Atiq, I just updated my complete error log i am getting, plz checkSayim Khan
plz update your akka-stream version to the latest and tryAamir

1 Answers

2
votes

Your code is fine I think the problem is with your dependencies please try updating your Scala version as well as your Akka library versions it should solve the problem.