Reputation: 82
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:
This is my Boot.scala
file:
Upvotes: 0
Views: 77
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