0
votes

i'm trying to upgrade to 2.1.3 from 2.1.1 ,i tried to follow the migration guide in order to do that.

i download build and export the path of 2.1.3 framework,

in the plugins sbt file i changed to

 addSbtPlugin("play" % "sbt-plugin" % "2.1.3")

in the sbt plugin is

sbt.version=0.12.3

and when im using compile command im getting this error

   [NOT FOUND  ] org.slf4j#slf4j-api;1.6.6!slf4j-api.jar

so i have two major errors while attempting to upgrade

what im i doing wrong in the upgrade process ??

thanks miki

1

1 Answers

0
votes

the problem was a mismatch between the 2.1.1 and 2.1.3 so i remove the 2.1.1 folders and install 2.1.3 by following this link how-to-install-play-framework-2-in-ubunt

now its all running smooth