Sayim Khan
Sayim Khan

Reputation: 82

akka http binding error

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

Upvotes: 0

Views: 77

Answers (1)

Raman Mishra
Raman Mishra

Reputation: 2686

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.

Upvotes: 2

Related Questions