tjweir / pocketchangeapp

Demo Application for the Lift Book.
http://www.theliftbook.com
75 stars 29 forks source link

Could not resolve dependencies #13

Open vijaykd21 opened 4 years ago

vijaykd21 commented 4 years ago

I am new to lift web framework. Trying to understand the tutorial. While resolving the dependencies I am seeing the following error.

Failed to execute goal on project PocketChange: Could not resolve dependencies for project com.pocketchangeapp:PocketChange:war:0.3: The following artifacts could not be resolved: net.liftweb:lift-webkit_2.13.1:jar:2.2, net.liftweb:lift-mapper_2.13.1:jar:2.2: Could not find artifact net.liftweb:lift-webkit_2.13.1:jar:2.2 in scala-tools.org (http://scala-tools.org/repo-releases)

Can you please help with this.

garymverde commented 3 years ago

Perhaps this would best be discussed on the google group... If you change lift-version to 2.5 and the scala-version to 2.10.2 in the POM file you'll find that the application will build correctly (for the most part)