We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any chance this will be updated to the latest version of scala?
With the following SBT config:
name := "Test" version := "0.0.1" scalaVersion := "2.12.3" resolvers += Resolver.sonatypeRepo("releases") libraryDependencies ++= { Seq( "com.websudos" % "reactiveneo-dsl_2.11" % "0.3.1", "com.websudos" % "reactiveneo_2.11" % "0.3.1" ) }
I get the following error
Error:Error while importing SBT project:<br/>...<br/><pre>[info] [SUCCESSFUL ] org.slf4j#slf4j-api;1.7.7!slf4j-api.jar (222ms) [info] downloading https://repo1.maven.org/maven2/io/netty/netty/3.10.1.Final/netty-3.10.1.Final.jar ... [info] [SUCCESSFUL ] io.netty#netty;3.10.1.Final!netty.jar(bundle) (525ms) [info] downloading https://repo1.maven.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar ... [info] [SUCCESSFUL ] commons-codec#commons-codec;1.6!commons-codec.jar (241ms) [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: UNRESOLVED DEPENDENCIES :: [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: com.typesafe.play#play-json_2.11;2.3.4: not found [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] [warn] Note: Unresolved dependencies path: [warn] com.typesafe.play:play-json_2.11:2.3.4 [warn] +- com.websudos:reactiveneo-dsl_2.11:0.3.1 (/Users/USER/path/to/Project/build.sbt#L12) [warn] +- test:test_2.12:0.0.1 [trace] Stack trace suppressed: run 'last *:ssExtractDependencies' for the full output. [trace] Stack trace suppressed: run 'last *:update' for the full output. [error] (*:ssExtractDependencies) sbt.ResolveException: unresolved dependency: com.typesafe.play#play-json_2.11;2.3.4: not found [error] (*:update) sbt.ResolveException: unresolved dependency: com.typesafe.play#play-json_2.11;2.3.4: not found
The text was updated successfully, but these errors were encountered:
Hi @onema It's a tool we have yet to invest very heavily in, but we do plan to resume efforts here. Any help is also greatly appreciated!
Sorry, something went wrong.
No branches or pull requests
Any chance this will be updated to the latest version of scala?
With the following SBT config:
I get the following error
The text was updated successfully, but these errors were encountered: