Search code examples
scalaakka-http

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


Solution

  • 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.