playframework - play 2.3.0 and Scala 2.10.4 -


can use play framework version 2.3.0 scala 2.10.4?

i know version of play has 2.11.1 default have lib 2.10.4 support only.

i errors these:

[error] (*:update) sbt.resolveexception: unresolved dependency: com.typesafe.play#play_2.10;2.3.0: not found [error] unresolved dependency: com.typesafe.play#play-iteratees_2.10;2.3.0: not found [error] unresolved dependency: com.typesafe.play#play-test_2.10;2.3.0: not found [error] unresolved dependency: com.typesafe.play#play-ws_2.10;2.3.0: not found [error] unresolved dependency: com.typesafe.play#play-docs_2.10;2.3.0: not found 

there problem typesafe repository (many developers have same problem).

you can temporarily add resolver in build.scala/build.sbt.

"typesafe maven repository" @ "http://repo.typesafe.com/typesafe/maven-releases/" 

Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -