You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ sbt "project workbench" run
/home/wbeek/git/silk/project/plugins.sbt:2: error: eof expected but ';' found.
resolvers += Resolver.url("plugins", url("https://dl.bintray.com/scf37/sbt-plugins"))(Resolver.ivyStylePatterns)
^
[error] Error parsing expression. Ensure that settings are separated by blank lines.
Project loading failed: (r)etry, (q)uit, (l)ast, or (i)gnore?
With the last release:
$ sbt "project workbench" run
...
:: problems summary ::
:::: WARNINGS
::::::::::::::::::::::::::::::::::::::::::::::
:: UNRESOLVED DEPENDENCIES ::
::::::::::::::::::::::::::::::::::::::::::::::
:: org.scala-lang#scala-library;2.10.6: configuration not found in org.scala-lang#scala-library;2.10.6: 'master'. It was required from org.scala-tools.sbinary#sbinary_2.10;0.4.2 default
The text was updated successfully, but these errors were encountered:
i have run the command line sbt "project workbench" and i got the following error any advice
error] (pluginsXml/:update) sbt.ResolveException: unresolved dependency: net.sf.saxon#Saxon-HE;9.8.0-6: not found
[error] (workbenchCore/:update) sbt.ResolveException: download failed: com.typesafe.play#play-server_2.11;2.4.8!play-server_2.11.jar
[error] download failed: com.typesafe.play#play-netty-server_2.11;2.4.8!play-netty-server_2.11.jar
[error] download failed: com.typesafe.netty#netty-http-pipelining;1.1.4!netty-http-pipelining.jar
[error] download failed: com.typesafe.play#filters-helpers_2.11;2.4.8!filters-helpers_2.11.jar
[error] unresolved dependency: com.novocode#junit-interface;0.11: not found
[error] unresolved dependency: org.fluentlenium#fluentlenium-core;0.10.3: not found
[error] unresolved dependency: org.scalatestplus#play_2.11;1.4.0: not found
[error] download failed: com.typesafe.play#play-test_2.11;2.4.8!play-test_2.11.jar
[error] download failed: junit#junit;4.12!junit.jar
[error] download failed: org.hamcrest#hamcrest-core;1.3!hamcrest-core.jar
[error] unresolved dependency: com.typesafe.play#play-omnidoc_2.11;2.4.8: not found
[error] Total time: 151 s, completed Feb 27, 2019 10:09:27 PM
With current master:
With the last release:
The text was updated successfully, but these errors were encountered: