$ activator new test play-scala
...
$ cd test/
$ activator
Getting org.scala-sbt sbt 0.13.5 ...
...
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: UNRESOLVED DEPENDENCIES ::
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: com.typesafe.play#build-link;2.3.0: not found
[warn] :: com.typesafe.play#play-exceptions;2.3.0: not found
[warn] :: com.typesafe.play#routes-compiler_2.10;2.3.0: not found
[warn] :: com.typesafe#jse_2.10;1.0.0: not found
[warn] :: com.typesafe#npm_2.10;1.0.0: not found
[warn] :: com.typesafe#webdriver_2.10;1.0.0: not found
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
sbt.ResolveException: unresolved dependency: com.typesafe.play#build-link;2.3.0: not found
unresolved dependency: com.typesafe.play#play-exceptions;2.3.0: not found
unresolved dependency: com.typesafe.play#routes-compiler_2.10;2.3.0: not found
unresolved dependency: com.typesafe#jse_2.10;1.0.0: not found
unresolved dependency: com.typesafe#npm_2.10;1.0.0: not found
unresolved dependency: com.typesafe#webdriver_2.10;1.0.0: not found
at sbt.IvyActions$.sbt$IvyActions$$resolve(IvyActions.scala:217)
at sbt.IvyActions$$anonfun$update$1.apply(IvyActions.scala:126)
at sbt.IvyActions$$anonfun$update$1.apply(IvyActions.scala:125)
at sbt.IvySbt$Module$$anonfun$withModule$1.apply(Ivy.scala:115)
at sbt.IvySbt$Module$$anonfun$withModule$1.apply(Ivy.scala:115)
at sbt.IvySbt$$anonfun$withIvy$1.apply(Ivy.scala:103)
at sbt.IvySbt.sbt$IvySbt$$action$1(Ivy.scala:48)
at sbt.IvySbt$$anon$3.call(Ivy.scala:57)
at xsbt.boot.Locks$GlobalLock.withChannel$1(Locks.scala:98)
at xsbt.boot.Locks$GlobalLock.xsbt$boot$Locks$GlobalLock$$withChannelRetries$1(Locks.scala:81)
at xsbt.boot.Locks$GlobalLock$$anonfun$withFileLock$1.apply(Locks.scala:102)
at xsbt.boot.Using$.withResource(Using.scala:11)
at xsbt.boot.Using$.apply(Using.scala:10)
at xsbt.boot.Locks$GlobalLock.ignoringDeadlockAvoided(Locks.scala:62)
at xsbt.boot.Locks$GlobalLock.withLock(Locks.scala:52)
at xsbt.boot.Locks$.apply0(Locks.scala:31)
at xsbt.boot.Locks$.apply(Locks.scala:28)
at sbt.IvySbt.withDefaultLogger(Ivy.scala:57)
at sbt.IvySbt.withIvy(Ivy.scala:98)
at sbt.IvySbt.withIvy(Ivy.scala:94)
at sbt.IvySbt$Module.withModule(Ivy.scala:115)
at sbt.IvyActions$.update(IvyActions.scala:125)
at sbt.Classpaths$$anonfun$sbt$Classpaths$$work$1$1.apply(Defaults.scala:1223)
at sbt.Classpaths$$anonfun$sbt$Classpaths$$work$1$1.apply(Defaults.scala:1221)
at sbt.Classpaths$$anonfun$doWork$1$1$$anonfun$74.apply(Defaults.scala:1244)
at sbt.Classpaths$$anonfun$doWork$1$1$$anonfun$74.apply(Defaults.scala:1242)
at sbt.Tracked$$anonfun$lastOutput$1.apply(Tracked.scala:35)
at sbt.Classpaths$$anonfun$doWork$1$1.apply(Defaults.scala:1246)
at sbt.Classpaths$$anonfun$doWork$1$1.apply(Defaults.scala:1241)
at sbt.Tracked$$anonfun$inputChanged$1.apply(Tracked.scala:45)
at sbt.Classpaths$.cachedUpdate(Defaults.scala:1249)
at sbt.Classpaths$$anonfun$updateTask$1.apply(Defaults.scala:1214)
at sbt.Classpaths$$anonfun$updateTask$1.apply(Defaults.scala:1192)
at scala.Function1$$anonfun$compose$1.apply(Function1.scala:47)
at sbt.$tilde$greater$$anonfun$$u2219$1.apply(TypeFunctions.scala:42)
at sbt.std.Transform$$anon$4.work(System.scala:64)
at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:237)
at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:237)
at sbt.ErrorHandling$.wideConvert(ErrorHandling.scala:18)
at sbt.Execute.work(Execute.scala:244)
at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:237)
at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:237)
at sbt.ConcurrentRestrictions$$anon$4$$anonfun$1.apply(ConcurrentRestrictions.scala:160)
at sbt.CompletionService$$anon$2.call(CompletionService.scala:30)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
[error] (*:update) sbt.ResolveException: unresolved dependency: com.typesafe.play#build-link;2.3.0: not found
[error] unresolved dependency: com.typesafe.play#play-exceptions;2.3.0: not found
[error] unresolved dependency: com.typesafe.play#routes-compiler_2.10;2.3.0: not found
[error] unresolved dependency: com.typesafe#jse_2.10;1.0.0: not found
[error] unresolved dependency: com.typesafe#npm_2.10;1.0.0: not found
[error] unresolved dependency: com.typesafe#webdriver_2.10;1.0.0: not found
Project loading failed: (r)etry, (q)uit, (l)ast, or (i)gnore?[~/tmp/test]
$ ~/bin/activator/activator[~/tmp/test]
$ activator[~/tmp]
$ ~/bin/activator-1.2.0-minimal/activator new test play-scala
Fetching the latest list of templates...
...
[~/tmp]
$ cd test/
[~/tmp/test]
$ ~/bin/activator-1.2.0-minimal/activator
[info] Loading project definition from /Users/nrm/tmp/test/project
[info] Updating {file:/Users/nrm/tmp/test/project/}test-build...
[info] Resolving org.fusesource.jansi#jansi;1.4 ...
[info] Done updating.
[info] Set current project to test (in build file:/Users/nrm/tmp/test/)
[test] $Same problem here.
Hi, any work on http://stackoverflow.com/questions/23978267/play-2-3-activator-does-not-work? Best, /nm
C:\GIT_OUT\play-java-intro>git push heroku masterCounting objects: 39, done.Delta compression using up to 8 threads.Compressing objects: 100% (31/31), done.Writing objects: 100% (39/39), 1.05 MiB | 213 KiB/s, done.Total 39 (delta 0), reused 0 (delta 0)remote: Compressing source files... done.remote: Building source:remote:remote: -----> Play 2.x - Java app detectedremote: -----> Installing OpenJDK 1.8... doneremote: -----> Downloading SBT... doneremote: -----> Priming Ivy cache (Scala-2.10, Play-2.3)... doneremote: -----> Running: sbt updateremote: [info] Loading global plugins from /tmp/scala_buildpack_build_dir/.sbt_home/pluginsremote: [info] Updating {file:/tmp/scala_buildpack_build_dir/.sbt_home/plugins/}global-plugins...remote: [info] Resolving org.scala-lang#scala-library;2.10.4 ...remote: [info] Resolving org.scala-sbt#sbt;0.13.5 ...remote: [info] Resolving org.scala-sbt#main;0.13.5 ...remote: [info] Resolving org.scala-sbt#actions;0.13.5 ...remote: [info] Resolving org.scala-sbt#classpath;0.13.5 ...remote: [info] Resolving org.scala-lang#scala-compiler;2.10.4 ...remote: [info] Resolving org.scala-lang#scala-reflect;2.10.4 ...remote: [info] Resolving org.scala-sbt#launcher-interface;0.13.5 ...remote: [info] Resolving org.scala-sbt#interface;0.13.5 ...remote: [info] Resolving org.scala-sbt#io;0.13.5 ...remote: [info] Resolving org.scala-sbt#control;0.13.5 ...remote: [info] Resolving org.scala-sbt#completion;0.13.5 ...remote: [info] Resolving org.scala-sbt#collections;0.13.5 ...remote: [info] Resolving jline#jline;2.11 ...remote: [info] Resolving org.scala-sbt#api;0.13.5 ...remote: [info] Resolving org.scala-sbt#compiler-integration;0.13.5 ...remote: [info] Resolving org.scala-sbt#incremental-compiler;0.13.5 ...remote: [info] Resolving org.scala-sbt#logging;0.13.5 ...remote: [info] Resolving org.scala-sbt#process;0.13.5 ...remote: [info] Resolving org.scala-sbt#relation;0.13.5 ...remote: [info] Resolving org.scala-sbt#compile;0.13.5 ...remote: [info] Resolving org.scala-sbt#persist;0.13.5 ...remote: [info] Resolving org.scala-tools.sbinary#sbinary_2.10;0.4.2 ...remote: [info] Resolving org.scala-sbt#classfile;0.13.5 ...remote: [info] Resolving org.scala-sbt#compiler-ivy-integration;0.13.5 ...remote: [info] Resolving org.scala-sbt#ivy;0.13.5 ...remote: [info] Resolving org.scala-sbt#cross;0.13.5 ...remote: [info] Resolving org.apache.ivy#ivy;2.3.0 ...remote: [info] Resolving com.jcraft#jsch;0.1.46 ...remote: [info] Resolving org.scala-sbt#run;0.13.5 ...remote: [info] Resolving org.scala-sbt#task-system;0.13.5 ...remote: [info] Resolving org.scala-sbt#tasks;0.13.5 ...remote: [info] Resolving org.scala-sbt#tracking;0.13.5 ...remote: [info] Resolving org.scala-sbt#cache;0.13.5 ...remote: [info] Resolving org.scala-sbt#testing;0.13.5 ...remote: [info] Resolving org.scala-sbt#test-agent;0.13.5 ...remote: [info] Resolving org.scala-sbt#test-interface;1.0 ...remote: [info] Resolving org.scala-sbt#main-settings;0.13.5 ...remote: [info] Resolving org.scala-sbt#apply-macro;0.13.5 ...remote: [info] Resolving org.scala-sbt#command;0.13.5 ...remote: [info] Resolving org.scala-sbt#logic;0.13.5 ...remote: [info] Resolving org.scala-sbt#compiler-interface;0.13.5 ...remote: [info] Resolving org.scala-sbt#precompiled-2_8_2;0.13.5 ...remote: [info] Resolving org.scala-sbt#precompiled-2_9_2;0.13.5 ...remote: [info] Resolving org.scala-sbt#precompiled-2_9_3;0.13.5 ...remote: [info] Resolving org.scala-lang#jline;2.10.4 ...remote: [info] Resolving org.fusesource.jansi#jansi;1.4 ...remote: [info] Done updating.remote: [info] Compiling 1 Scala source to /tmp/scala_buildpack_build_dir/.sbt_home/plugins/target/scala-2.10/sbt-0.13/classes...remote: [info] Loading project definition from /tmp/scala_buildpack_build_dir/projectremote: [info] Updating {file:/tmp/scala_buildpack_build_dir/project/}scala_buildpack_build_dir-build...remote: [info] Resolving default#global-plugins;0.0 ...remote: [info] Resolving com.typesafe.play#sbt-fork-run-plugin;2.3.8 ...remote: [info] Resolving com.typesafe.play#sbt-fork-run-protocol_2.10;2.3.8 ...remote: [info] Resolving org.scala-lang#scala-library;2.10.4 ...remote: [info] Resolving com.typesafe.play#sbt-run-support_2.10;2.3.8 ...remote: [info] Resolving com.typesafe.play#build-link;2.3.8 ...remote: [info] Resolving com.typesafe.play#play-exceptions;2.3.8 ...remote: [info] Resolving org.javassist#javassist;3.18.2-GA ...remote: [info] Resolving com.typesafe.sbtrc#client-2-10;0.3.1 ...remote: [info] Resolving org.scala-lang#scala-reflect;2.10.4 ...remote: [info] Resolving org.scala-sbt#serialization_2.10;0.1.0 ...remote: [info] Resolving org.scala-lang.modules#scala-pickling_2.10;0.10.0 ...remote: [info] Resolving org.scala-lang#scala-compiler;2.10.4 ...remote: [info] Resolving org.scalamacros#quasiquotes_2.10;2.0.1 ...remote: [info] Resolving org.json4s#json4s-core_2.10;3.2.10 ...remote: [info] Resolving org.json4s#json4s-ast_2.10;3.2.10 ...remote: [info] Resolving com.thoughtworks.paranamer#paranamer;2.6 ...remote: [info] Resolving com.thoughtworks.paranamer#paranamer-parent;2.6 ...remote: [info] Resolving org.codehaus#codehaus-parent;4 ...remote: [info] Resolving org.spire-math#jawn-parser_2.10;0.6.0 ...remote: [info] Resolving org.spire-math#json4s-support_2.10;0.6.0 ...remote: [info] Resolving org.scala-sbt#launcher-interface;0.13.8-M3 ...remote: [info] Resolving org.scala-sbt#interface;0.13.8-M3 ...remote: [info] Resolving org.scala-sbt#io;0.13.8-M3 ...remote: [info] Resolving org.scala-sbt#control;0.13.8-M3 ...remote: [info] Resolving org.scala-sbt#collections;0.13.8-M3 ...remote: [info] Resolving com.novocode#junit-interface;0.11 ...remote: [info] Resolving junit#junit;4.11 ...remote: [info] Resolving org.hamcrest#hamcrest-core;1.3 ...remote: [info] Resolving org.scala-sbt#test-interface;1.0 ...remote: [info] Resolving org.scalacheck#scalacheck_2.10;1.11.5 ...remote: [info] Resolving com.typesafe.play#sbt-plugin;2.3.8 ...remote: [info] Resolving com.typesafe.play#routes-compiler_2.10;2.3.8 ...remote: [info] Resolving commons-io#commons-io;2.0.1 ...remote: [info] Resolving com.typesafe#config;1.2.1 ...remote: [info] Resolving org.mozilla#rhino;1.7R4 ...remote: [info] Resolving com.google.javascript#closure-compiler;v20130603 ...remote: [info] Resolving org.json#json;20090211 ...remote: [info] Resolving com.google.guava#guava;16.0.1 ...remote: [info] Resolving org.avaje.ebeanorm#avaje-ebeanorm-agent;3.2.2 ...remote: [info] Resolving com.h2database#h2;1.3.175 ...remote: [info] Resolving net.contentobjects.jnotify#jnotify;0.94 ...remote: [info] Resolving com.typesafe.sbt#sbt-twirl;1.0.2 ...remote: [info] Resolving com.typesafe.play#twirl-compiler_2.10;1.0.2 ...remote: [info] Resolving com.typesafe.play#twirl-api_2.10;1.0.2 ...remote: [info] Resolving org.apache.commons#commons-lang3;3.1 ...remote: [info] Resolving com.typesafe.play#twirl-parser_2.10;1.0.2 ...remote: [info] Resolving com.typesafe.sbteclipse#sbteclipse-plugin;3.0.0 ...remote: [info] Resolving com.typesafe.sbteclipse#sbteclipse-core;3.0.0 ...remote: [info] Resolving org.scalaz#scalaz-core_2.10;7.0.2 ...remote: [info] Resolving org.scalaz#scalaz-effect_2.10;7.0.2 ...remote: [info] Resolving com.github.mpeltonen#sbt-idea;1.5.1 ...remote: [info] Resolving com.typesafe.sbt#sbt-native-packager;0.7.4 ...remote: [info] Resolving org.apache.commons#commons-compress;1.4.1 ...remote: [info] Resolving org.tukaani#xz;1.0 ...remote: [info] Resolving org.vafer#jdeb;1.3 ...remote: [info] Resolving commons-io#commons-io;2.4 ...remote: [info] Resolving org.apache.commons#commons-compress;1.7 ...remote: [info] Resolving org.tukaani#xz;1.4 ...remote: [info] Resolving org.apache.maven#maven-core;3.2.2 ...remote: [info] Resolving org.apache.maven#maven-model;3.2.2 ...remote: [info] Resolving org.codehaus.plexus#plexus-utils;3.0.17 ...remote: [info] Resolving org.apache.maven#maven-settings;3.2.2 ...remote: [info] Resolving org.apache.maven#maven-settings-builder;3.2.2 ...remote: [info] Resolving org.codehaus.plexus#plexus-interpolation;1.19 ...remote: [info] Resolving org.codehaus.plexus#plexus-component-annotations;1.5.5 ...remote: [info] Resolving org.sonatype.plexus#plexus-sec-dispatcher;1.3 ...remote: [info] Resolving org.sonatype.plexus#plexus-cipher;1.7 ...remote: [info] Resolving org.apache.maven#maven-repository-metadata;3.2.2 ...remote: [info] Resolving org.apache.maven#maven-artifact;3.2.2 ...remote: [info] Resolving org.apache.maven#maven-plugin-api;3.2.2 ...remote: [info] Resolving org.eclipse.sisu#org.eclipse.sisu.plexus;0.0.0.M5 ...remote: [info] Resolving javax.enterprise#cdi-api;1.0 ...remote: [info] Resolving javax.annotation#jsr250-api;1.0 ...remote: [info] Resolving javax.inject#javax.inject;1 ...remote: [info] Resolving org.sonatype.sisu#sisu-guice;3.1.3 ...remote: [info] Resolving aopalliance#aopalliance;1.0 ...remote: [info] Resolving org.eclipse.sisu#org.eclipse.sisu.inject;0.0.0.M5 ...remote: [info] Resolving org.codehaus.plexus#plexus-classworlds;2.5.1 ...remote: [info] Resolving org.apache.maven#maven-model-builder;3.2.2 ...remote: [info] Resolving org.apache.maven#maven-aether-provider;3.2.2 ...remote: [info] Resolving org.eclipse.aether#aether-api;0.9.0.M2 ...remote: [info] Resolving org.eclipse.aether#aether-spi;0.9.0.M2 ...remote: [info] Resolving org.eclipse.aether#aether-util;0.9.0.M2 ...remote: [info] Resolving org.eclipse.aether#aether-impl;0.9.0.M2 ...remote: [info] Resolving org.apache.ant#ant;1.9.3 ...remote: [info] Resolving org.apache.ant#ant-launcher;1.9.3 ...remote: [info] Resolving org.bouncycastle#bcpg-jdk15on;1.51 ...remote: [info] Resolving org.bouncycastle#bcprov-jdk15on;1.51 ...remote: [info] Resolving com.typesafe.sbt#sbt-js-engine;1.0.1 ...remote: [info] Resolving com.typesafe#jse_2.10;1.0.0 ...remote: [info] Resolving com.typesafe.akka#akka-actor_2.10;2.3.2 ...remote: [info] Resolving com.typesafe.akka#akka-contrib_2.10;2.3.2 ...remote: [info] Resolving com.typesafe.akka#akka-remote_2.10;2.3.2 ...remote: [info] Resolving io.netty#netty;3.8.0.Final ...remote: [info] Resolving com.google.protobuf#protobuf-java;2.5.0 ...remote: [info] Resolving org.uncommons.maths#uncommons-maths;1.2.2a ...remote: [info] Resolving com.typesafe.akka#akka-cluster_2.10;2.3.2 ...remote: [info] Resolving com.typesafe.akka#akka-persistence-experimental_2.10;2.3.2 ...remote: [info] Resolving org.iq80.leveldb#leveldb;0.5 ...remote: [info] Resolving org.iq80.leveldb#leveldb-api;0.5 ...remote: [info] Resolving org.fusesource.leveldbjni#leveldbjni-all;1.7 ...remote: [info] Resolving org.fusesource.leveldbjni#leveldbjni;1.7 ...remote: [info] Resolving org.fusesource.hawtjni#hawtjni-runtime;1.8 ...remote: [info] Resolving org.fusesource.leveldbjni#leveldbjni-osx;1.5 ...remote: [info] Resolving org.fusesource.leveldbjni#leveldbjni-linux32;1.5 ...remote: [info] Resolving org.fusesource.leveldbjni#leveldbjni-linux64;1.5 ...remote: [info] Resolving org.fusesource.leveldbjni#leveldbjni-win32;1.5 ...remote: [info] Resolving org.fusesource.leveldbjni#leveldbjni-win64;1.5 ...remote: [info] Resolving io.apigee.trireme#trireme-core;0.7.5 ...remote: [info] Resolving org.slf4j#slf4j-api;1.7.2 ...remote: [info] Resolving io.apigee.trireme#trireme-node10src;0.7.5 ...remote: [info] Resolving io.spray#spray-json_2.10;1.2.6 ...remote: [info] Resolving org.parboiled#parboiled-scala_2.10;1.1.6 ...remote: [info] Resolving org.parboiled#parboiled-core;1.1.6 ...remote: [info] Resolving org.slf4j#slf4j-simple;1.7.7 ...remote: [info] Resolving org.slf4j#slf4j-api;1.7.7 ...remote: [info] Resolving com.typesafe#npm_2.10;1.0.0 ...remote: [info] Resolving org.webjars#npm;1.3.26 ...remote: [info] Resolving org.webjars#webjars-locator;0.14 ...remote: [info] Resolving com.fasterxml.jackson.core#jackson-databind;2.3.3 ...remote: [info] Resolving com.fasterxml.jackson.core#jackson-annotations;2.3.0 ...remote: [info] Resolving com.fasterxml.jackson.core#jackson-core;2.3.3 ...remote: [info] Resolving com.typesafe.sbt#sbt-web;1.0.2 ...remote: [info] Resolving com.typesafe.sbt#sbt-webdriver;1.0.0 ...remote: [info] Resolving com.typesafe#webdriver_2.10;1.0.0 ...remote: [info] Resolving io.spray#spray-client;1.3.1 ...remote: [info] Resolving io.spray#spray-can;1.3.1 ...remote: [info] Resolving io.spray#spray-io;1.3.1 ...remote: [info] Resolving io.spray#spray-util;1.3.1 ...remote: [info] Resolving io.spray#spray-http;1.3.1 ...remote: [info] Resolving io.spray#spray-httpx;1.3.1 ...remote: [info] Resolving org.jvnet.mimepull#mimepull;1.9.4 ...remote: [info] Resolving net.sourceforge.htmlunit#htmlunit;2.14 ...remote: [info] Resolving xalan#xalan;2.7.1 ...remote: [info] Resolving xalan#serializer;2.7.1 ...remote: [info] Resolving xml-apis#xml-apis;1.3.04 ...remote: [info] Resolving commons-collections#commons-collections;3.2.1 ...remote: [info] Resolving org.apache.commons#commons-lang3;3.2.1 ...remote: [info] Resolving org.apache.httpcomponents#httpclient;4.3.2 ...remote: [info] Resolving org.apache.httpcomponents#httpcore;4.3.1 ...remote: [info] Resolving commons-logging#commons-logging;1.1.3 ...remote: [info] Resolving commons-codec#commons-codec;1.6 ...remote: [info] Resolving org.apache.httpcomponents#httpmime;4.3.2 ...remote: [info] Resolving commons-codec#commons-codec;1.9 ...remote: [info] Resolving net.sourceforge.htmlunit#htmlunit-core-js;2.14 ...remote: [info] Resolving xerces#xercesImpl;2.11.0 ...remote: [info] Resolving xml-apis#xml-apis;1.4.01 ...remote: [info] Resolving net.sourceforge.nekohtml#nekohtml;1.9.20 ...remote: [info] Resolving net.sourceforge.cssparser#cssparser;0.9.13 ...remote: [info] Resolving org.w3c.css#sac;1.3 ...remote: [info] Resolving org.eclipse.jetty#jetty-websocket;8.1.14.v20131031 ...remote: [info] Resolving org.eclipse.jetty#jetty-util;8.1.14.v20131031 ...remote: [info] Resolving org.eclipse.jetty#jetty-io;8.1.14.v20131031 ...remote: [info] Resolving org.eclipse.jetty#jetty-http;8.1.14.v20131031 ...remote: [info] Resolving org.scala-sbt#sbt-core-next;0.1.1 ...remote: [info] Resolving org.scala-sbt#core-next_2.10;0.1.1 ...remote: [info] Resolving com.typesafe.sbt#sbt-coffeescript;1.0.0 ...remote: [info] Resolving org.webjars#coffee-script-node;1.7.1 ...remote: [info] Resolving org.webjars#coffee-script-parent;1.7.1 ...remote: [info] Resolving org.sonatype.oss#oss-parent;7 ...remote: [info] Resolving org.webjars#mkdirp;0.3.5 ...remote: [info] Resolving org.sonatype.oss#oss-parent;7 ...remote: [info] Resolving com.typesafe.sbt#sbt-less;1.0.0 ...remote: [info] Resolving org.webjars#less-node;1.6.0-1 ...remote: [info] Resolving org.webjars#less-parent;1.6.0-1 ...remote: [info] Resolving org.sonatype.oss#oss-parent;7 ...remote: [info] Resolving org.webjars#source-map;0.1.31-2 ...remote: [info] Resolving org.sonatype.oss#oss-parent;7 ...remote: [info] Resolving org.webjars#amdefine;0.1.0-1 ...remote: [info] Resolving org.sonatype.oss#oss-parent;7 ...remote: [info] Resolving com.typesafe.sbt#sbt-jshint;1.0.1 ...remote: [info] Resolving org.webjars#jshint-node;2.4.1-1 ...remote: [info] Resolving org.webjars#jshint-parent;2.4.1-1 ...remote: [info] Resolving org.sonatype.oss#oss-parent;7 ...remote: [info] Resolving org.webjars#underscorejs;1.5.2-2 ...remote: [info] Resolving org.sonatype.oss#oss-parent;7 ...remote: [info] Resolving org.webjars#console-browserify;0.1.6-1 ...remote: [info] Resolving org.sonatype.oss#oss-parent;7 ...remote: [info] Resolving com.typesafe.sbt#sbt-rjs;1.0.1 ...remote: [info] Resolving org.webjars#rjs;2.1.11-1-trireme ...remote: [info] Resolving org.sonatype.oss#oss-parent;7 ...remote: [info] Resolving com.typesafe.sbt#sbt-digest;1.0.0 ...remote: [info] Resolving com.typesafe.sbt#sbt-mocha;1.0.0 ...remote: [info] Resolving org.webjars#mocha;1.17.1 ...remote: [info] Resolving org.sonatype.oss#oss-parent;7 ...remote: [info] Resolving org.webjars#debug;0.7.4 ...remote: [info] Resolving org.sonatype.oss#oss-parent;7 ...remote: [info] Resolving org.webjars#diff;1.0.7 ...remote: [info] Resolving org.sonatype.oss#oss-parent;7 ...remote: [info] Resolving org.scala-sbt#sbt;0.13.5 ...remote: [info] Resolving org.scala-sbt#main;0.13.5 ...remote: [info] Resolving org.scala-sbt#actions;0.13.5 ...remote: [info] Resolving org.scala-sbt#classpath;0.13.5 ...remote: [info] Resolving org.scala-sbt#launcher-interface;0.13.5 ...remote: [info] Resolving org.scala-sbt#interface;0.13.5 ...remote: [info] Resolving org.scala-sbt#io;0.13.5 ...remote: [info] Resolving org.scala-sbt#control;0.13.5 ...remote: [info] Resolving org.scala-sbt#completion;0.13.5 ...remote: [info] Resolving org.scala-sbt#collections;0.13.5 ...remote: [info] Resolving jline#jline;2.11 ...remote: [info] Resolving org.scala-sbt#api;0.13.5 ...remote: [info] Resolving org.scala-sbt#compiler-integration;0.13.5 ...remote: [info] Resolving org.scala-sbt#incremental-compiler;0.13.5 ...remote: [info] Resolving org.scala-sbt#logging;0.13.5 ...remote: [info] Resolving org.scala-sbt#process;0.13.5 ...remote: [info] Resolving org.scala-sbt#relation;0.13.5 ...remote: [info] Resolving org.scala-sbt#compile;0.13.5 ...remote: [info] Resolving org.scala-sbt#persist;0.13.5 ...remote: [info] Resolving org.scala-tools.sbinary#sbinary_2.10;0.4.2 ...remote: [info] Resolving org.scala-sbt#classfile;0.13.5 ...remote: [info] Resolving org.scala-sbt#compiler-ivy-integration;0.13.5 ...remote: [info] Resolving org.scala-sbt#ivy;0.13.5 ...remote: [info] Resolving org.scala-sbt#cross;0.13.5 ...remote: [info] Resolving org.apache.ivy#ivy;2.3.0 ...remote: [info] Resolving com.jcraft#jsch;0.1.46 ...remote: [info] Resolving org.scala-sbt#run;0.13.5 ...remote: [info] Resolving org.scala-sbt#task-system;0.13.5 ...remote: [info] Resolving org.scala-sbt#tasks;0.13.5 ...remote: [info] Resolving org.scala-sbt#tracking;0.13.5 ...remote: [info] Resolving org.scala-sbt#cache;0.13.5 ...remote: [info] Resolving org.scala-sbt#testing;0.13.5 ...remote: [info] Resolving org.scala-sbt#test-agent;0.13.5 ...remote: [info] Resolving org.scala-sbt#main-settings;0.13.5 ...remote: [info] Resolving org.scala-sbt#apply-macro;0.13.5 ...remote: [info] Resolving org.scala-sbt#command;0.13.5 ...remote: [info] Resolving org.scala-sbt#logic;0.13.5 ...remote: [info] Resolving org.scala-sbt#compiler-interface;0.13.5 ...remote: [info] Resolving org.scala-sbt#precompiled-2_8_2;0.13.5 ...remote: [info] Resolving org.scala-sbt#precompiled-2_9_2;0.13.5 ...remote: [info] Resolving org.scala-sbt#precompiled-2_9_3;0.13.5 ...remote: [info] Resolving org.scala-lang#jline;2.10.4 ...remote: [info] Resolving org.fusesource.jansi#jansi;1.4 ...remote: [info] downloading http://repo.typesafe.com/typesafe/ivy-releases/com.typesafe.play/sbt-fork-run-plugin/scala_2.10/sbt_0.13/2.3.8/jars/sbt-fork-run-plugin.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.play#sbt-fork-run-plugin;2.3.8!sbt-fork-run-plugin.jar (68ms)remote: [info] downloading http://repo.typesafe.com/typesafe/ivy-releases/com.typesafe.play/sbt-plugin/scala_2.10/sbt_0.13/2.3.8/jars/sbt-plugin.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.play#sbt-plugin;2.3.8!sbt-plugin.jar (104ms)remote: [info] downloading http://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.typesafe.sbt/sbt-coffeescript/scala_2.10/sbt_0.13/1.0.0/jars/sbt-coffeescript.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.sbt#sbt-coffeescript;1.0.0!sbt-coffeescript.jar (349ms)remote: [info] downloading http://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.typesafe.sbt/sbt-less/scala_2.10/sbt_0.13/1.0.0/jars/sbt-less.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.sbt#sbt-less;1.0.0!sbt-less.jar (319ms)remote: [info] downloading http://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.typesafe.sbt/sbt-jshint/scala_2.10/sbt_0.13/1.0.1/jars/sbt-jshint.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.sbt#sbt-jshint;1.0.1!sbt-jshint.jar (295ms)remote: [info] downloading http://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.typesafe.sbt/sbt-rjs/scala_2.10/sbt_0.13/1.0.1/jars/sbt-rjs.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.sbt#sbt-rjs;1.0.1!sbt-rjs.jar (356ms)remote: [info] downloading http://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.typesafe.sbt/sbt-digest/scala_2.10/sbt_0.13/1.0.0/jars/sbt-digest.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.sbt#sbt-digest;1.0.0!sbt-digest.jar (298ms)remote: [info] downloading http://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.typesafe.sbt/sbt-mocha/scala_2.10/sbt_0.13/1.0.0/jars/sbt-mocha.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.sbt#sbt-mocha;1.0.0!sbt-mocha.jar (375ms)remote: [info] downloading http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt-core-next/scala_2.10/sbt_0.13/0.1.1/jars/sbt-core-next.jar ...remote: [info] [SUCCESSFUL ] org.scala-sbt#sbt-core-next;0.1.1!sbt-core-next.jar (63ms)remote: [info] downloading https://repo.typesafe.com/typesafe/releases/com/typesafe/play/sbt-fork-run-protocol_2.10/2.3.8/sbt-fork-run-protocol_2.10-2.3.8.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.play#sbt-fork-run-protocol_2.10;2.3.8!sbt-fork-run-protocol_2.10.jar (225ms)remote: [info] downloading https://repo.typesafe.com/typesafe/releases/com/typesafe/play/sbt-run-support_2.10/2.3.8/sbt-run-support_2.10-2.3.8.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.play#sbt-run-support_2.10;2.3.8!sbt-run-support_2.10.jar (131ms)remote: [info] downloading http://repo.typesafe.com/typesafe/ivy-releases/com.typesafe.sbtrc/client-2-10/0.3.1/srcs/client-2-10-sources.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.sbtrc#client-2-10;0.3.1!client-2-10.jar(src) (62ms)remote: [info] downloading http://repo.typesafe.com/typesafe/ivy-releases/com.typesafe.sbtrc/client-2-10/0.3.1/jars/client-2-10-tests.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.sbtrc#client-2-10;0.3.1!client-2-10.jar (63ms)remote: [info] downloading http://repo.typesafe.com/typesafe/ivy-releases/com.typesafe.sbtrc/client-2-10/0.3.1/jars/client-2-10.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.sbtrc#client-2-10;0.3.1!client-2-10.jar (152ms)remote: [info] downloading https://repo.typesafe.com/typesafe/releases/com/typesafe/play/build-link/2.3.8/build-link-2.3.8.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.play#build-link;2.3.8!build-link.jar (70ms)remote: [info] downloading https://repo.typesafe.com/typesafe/releases/com/typesafe/play/play-exceptions/2.3.8/play-exceptions-2.3.8.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.play#play-exceptions;2.3.8!play-exceptions.jar (65ms)remote: [info] downloading http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/serialization_2.10/0.1.0/jars/serialization_2.10.jar ...remote: [info] [SUCCESSFUL ] org.scala-sbt#serialization_2.10;0.1.0!serialization_2.10.jar (69ms)remote: [info] downloading http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/launcher-interface/0.13.8-M3/jars/launcher-interface.jar ...remote: [info] [SUCCESSFUL ] org.scala-sbt#launcher-interface;0.13.8-M3!launcher-interface.jar (58ms)remote: [info] downloading http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/interface/0.13.8-M3/jars/interface.jar ...remote: [info] [SUCCESSFUL ] org.scala-sbt#interface;0.13.8-M3!interface.jar (61ms)remote: [info] downloading http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/io/0.13.8-M3/jars/io.jar ...remote: [info] [SUCCESSFUL ] org.scala-sbt#io;0.13.8-M3!io.jar (68ms)remote: [info] downloading http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/collections/0.13.8-M3/jars/collections.jar ...remote: [info] [SUCCESSFUL ] org.scala-sbt#collections;0.13.8-M3!collections.jar (69ms)remote: [info] downloading http://repo1.maven.org/maven2/org/scala-lang/modules/scala-pickling_2.10/0.10.0/scala-pickling_2.10-0.10.0.jar ...remote: [info] [SUCCESSFUL ] org.scala-lang.modules#scala-pickling_2.10;0.10.0!scala-pickling_2.10.jar (178ms)remote: [info] downloading http://repo1.maven.org/maven2/org/json4s/json4s-core_2.10/3.2.10/json4s-core_2.10-3.2.10.jar ...remote: [info] [SUCCESSFUL ] org.json4s#json4s-core_2.10;3.2.10!json4s-core_2.10.jar (153ms)remote: [info] downloading http://repo1.maven.org/maven2/org/spire-math/jawn-parser_2.10/0.6.0/jawn-parser_2.10-0.6.0.jar ...remote: [info] [SUCCESSFUL ] org.spire-math#jawn-parser_2.10;0.6.0!jawn-parser_2.10.jar (91ms)remote: [info] downloading http://repo1.maven.org/maven2/org/spire-math/json4s-support_2.10/0.6.0/json4s-support_2.10-0.6.0.jar ...remote: [info] [SUCCESSFUL ] org.spire-math#json4s-support_2.10;0.6.0!json4s-support_2.10.jar (89ms)remote: [info] downloading http://repo1.maven.org/maven2/org/scalamacros/quasiquotes_2.10/2.0.1/quasiquotes_2.10-2.0.1.jar ...remote: [info] [SUCCESSFUL ] org.scalamacros#quasiquotes_2.10;2.0.1!quasiquotes_2.10.jar (147ms)remote: [info] downloading http://repo1.maven.org/maven2/org/json4s/json4s-ast_2.10/3.2.10/json4s-ast_2.10-3.2.10.jar ...remote: [info] [SUCCESSFUL ] org.json4s#json4s-ast_2.10;3.2.10!json4s-ast_2.10.jar (90ms)remote: [info] downloading http://repo1.maven.org/maven2/com/thoughtworks/paranamer/paranamer/2.6/paranamer-2.6.jar ...remote: [info] [SUCCESSFUL ] com.thoughtworks.paranamer#paranamer;2.6!paranamer.jar (96ms)remote: [info] downloading http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/control/0.13.8-M3/jars/control.jar ...remote: [info] [SUCCESSFUL ] org.scala-sbt#control;0.13.8-M3!control.jar (78ms)remote: [info] downloading http://repo1.maven.org/maven2/com/novocode/junit-interface/0.11/junit-interface-0.11.jar ...remote: [info] [SUCCESSFUL ] com.novocode#junit-interface;0.11!junit-interface.jar (131ms)remote: [info] downloading http://repo1.maven.org/maven2/org/scalacheck/scalacheck_2.10/1.11.5/scalacheck_2.10-1.11.5.jar ...remote: [info] [SUCCESSFUL ] org.scalacheck#scalacheck_2.10;1.11.5!scalacheck_2.10.jar (136ms)remote: [info] downloading https://repo.typesafe.com/typesafe/releases/com/typesafe/play/routes-compiler_2.10/2.3.8/routes-compiler_2.10-2.3.8.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.play#routes-compiler_2.10;2.3.8!routes-compiler_2.10.jar (247ms)remote: [info] downloading http://repo.typesafe.com/typesafe/ivy-releases/com.typesafe.sbteclipse/sbteclipse-plugin/scala_2.10/sbt_0.13/3.0.0/jars/sbteclipse-plugin.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.sbteclipse#sbteclipse-plugin;3.0.0!sbteclipse-plugin.jar (63ms)remote: [info] downloading http://repo.typesafe.com/typesafe/ivy-releases/com.typesafe.sbteclipse/sbteclipse-core/scala_2.10/sbt_0.13/3.0.0/jars/sbteclipse-core.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.sbteclipse#sbteclipse-core;3.0.0!sbteclipse-core.jar (74ms)remote: [info] downloading http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/core-next_2.10/0.1.1/jars/core-next_2.10.jar ...remote: [info] [SUCCESSFUL ] org.scala-sbt#core-next_2.10;0.1.1!core-next_2.10.jar (62ms)remote: [info] downloading http://repo1.maven.org/maven2/org/webjars/coffee-script-node/1.7.1/coffee-script-node-1.7.1.jar ...remote: [info] [SUCCESSFUL ] org.webjars#coffee-script-node;1.7.1!coffee-script-node.jar (90ms)remote: [info] downloading http://repo1.maven.org/maven2/org/webjars/mkdirp/0.3.5/mkdirp-0.3.5.jar ...remote: [info] [SUCCESSFUL ] org.webjars#mkdirp;0.3.5!mkdirp.jar (91ms)remote: [info] downloading http://repo1.maven.org/maven2/org/webjars/less-node/1.6.0-1/less-node-1.6.0-1.jar ...remote: [info] [SUCCESSFUL ] org.webjars#less-node;1.6.0-1!less-node.jar (91ms)remote: [info] downloading http://repo1.maven.org/maven2/org/webjars/source-map/0.1.31-2/source-map-0.1.31-2.jar ...remote: [info] [SUCCESSFUL ] org.webjars#source-map;0.1.31-2!source-map.jar (91ms)remote: [info] downloading http://repo1.maven.org/maven2/org/webjars/amdefine/0.1.0-1/amdefine-0.1.0-1.jar ...remote: [info] [SUCCESSFUL ] org.webjars#amdefine;0.1.0-1!amdefine.jar (91ms)remote: [info] downloading http://repo1.maven.org/maven2/org/webjars/jshint-node/2.4.1-1/jshint-node-2.4.1-1.jar ...remote: [info] [SUCCESSFUL ] org.webjars#jshint-node;2.4.1-1!jshint-node.jar (108ms)remote: [info] downloading http://repo1.maven.org/maven2/org/webjars/underscorejs/1.5.2-2/underscorejs-1.5.2-2.jar ...remote: [info] [SUCCESSFUL ] org.webjars#underscorejs;1.5.2-2!underscorejs.jar (95ms)remote: [info] downloading http://repo1.maven.org/maven2/org/webjars/console-browserify/0.1.6-1/console-browserify-0.1.6-1.jar ...remote: [info] [SUCCESSFUL ] org.webjars#console-browserify;0.1.6-1!console-browserify.jar (91ms)remote: [info] downloading http://repo1.maven.org/maven2/org/webjars/rjs/2.1.11-1-trireme/rjs-2.1.11-1-trireme.jar ...remote: [info] [SUCCESSFUL ] org.webjars#rjs;2.1.11-1-trireme!rjs.jar (95ms)remote: [info] downloading http://repo1.maven.org/maven2/org/webjars/mocha/1.17.1/mocha-1.17.1.jar ...remote: [info] [SUCCESSFUL ] org.webjars#mocha;1.17.1!mocha.jar (164ms)remote: [info] downloading http://repo1.maven.org/maven2/org/webjars/debug/0.7.4/debug-0.7.4.jar ...remote: [info] [SUCCESSFUL ] org.webjars#debug;0.7.4!debug.jar (87ms)remote: [info] downloading http://repo1.maven.org/maven2/org/webjars/diff/1.0.7/diff-1.0.7.jar ...remote: [info] [SUCCESSFUL ] org.webjars#diff;1.0.7!diff.jar (88ms)remote: [info] Done updating.remote: [info] Set current project to play-java-intro (in build file:/tmp/scala_buildpack_build_dir/)remote: [info] Updating {file:/tmp/scala_buildpack_build_dir/}root...remote: [info] Resolving org.scala-lang#scala-library;2.10.4 ...remote: [info] Resolving com.typesafe.play#twirl-api_2.10;1.0.2 ...remote: [info] Resolving org.apache.commons#commons-lang3;3.1 ...remote: [info] Resolving com.typesafe.play#play_2.10;2.3.8 ...remote: [info] Resolving com.typesafe.play#build-link;2.3.8 ...remote: [info] Resolving com.typesafe.play#play-exceptions;2.3.8 ...remote: [info] Resolving org.javassist#javassist;3.18.2-GA ...remote: [info] Resolving com.typesafe.play#play-iteratees_2.10;2.3.8 ...remote: [info] Resolving org.scala-stm#scala-stm_2.10;0.7 ...remote: [info] Resolving com.typesafe#config;1.2.1 ...remote: [info] Resolving com.typesafe.play#play-json_2.10;2.3.8 ...remote: [info] Resolving com.typesafe.play#play-functional_2.10;2.3.8 ...remote: [info] Resolving com.typesafe.play#play-datacommons_2.10;2.3.8 ...remote: [info] Resolving joda-time#joda-time;2.3 ...remote: [info] Resolving org.joda#joda-convert;1.6 ...remote: [info] Resolving com.fasterxml.jackson.core#jackson-annotations;2.3.2 ...remote: [info] Resolving com.fasterxml.jackson.core#jackson-core;2.3.2 ...remote: [info] Resolving com.fasterxml.jackson.core#jackson-databind;2.3.2 ...remote: [info] Resolving org.scala-lang#scala-reflect;2.10.4 ...remote: [info] Resolving io.netty#netty;3.9.3.Final ...remote: [info] Resolving com.typesafe.netty#netty-http-pipelining;1.1.2 ...remote: [info] Resolving org.slf4j#slf4j-api;1.7.6 ...remote: [info] Resolving org.slf4j#jul-to-slf4j;1.7.6 ...remote: [info] Resolving org.slf4j#jcl-over-slf4j;1.7.6 ...remote: [info] Resolving ch.qos.logback#logback-core;1.1.1 ...remote: [info] Resolving ch.qos.logback#logback-classic;1.1.1 ...remote: [info] Resolving com.typesafe.akka#akka-actor_2.10;2.3.4 ...remote: [info] Resolving com.typesafe.akka#akka-slf4j_2.10;2.3.4 ...remote: [info] Resolving commons-codec#commons-codec;1.9 ...remote: [info] Resolving xerces#xercesImpl;2.11.0 ...remote: [info] Resolving xml-apis#xml-apis;1.4.01 ...remote: [info] Resolving javax.transaction#jta;1.1 ...remote: [info] Resolving com.typesafe.play#play-java_2.10;2.3.8 ...remote: [info] Resolving org.yaml#snakeyaml;1.13 ...remote: [info] Resolving org.hibernate#hibernate-validator;5.0.3.Final ...remote: [info] Resolving javax.validation#validation-api;1.1.0.Final ...remote: [info] Resolving org.jboss.logging#jboss-logging;3.1.1.GA ...remote: [info] Resolving com.fasterxml#classmate;1.0.0 ...remote: [info] Resolving org.jboss.logging#jboss-logging;3.2.0.Final ...remote: [info] Resolving org.springframework#spring-context;4.0.3.RELEASE ...remote: [info] Resolving org.springframework#spring-core;4.0.3.RELEASE ...remote: [info] Resolving org.springframework#spring-beans;4.0.3.RELEASE ...remote: [info] Resolving org.javassist#javassist;3.19.0-GA ...remote: [info] Resolving org.reflections#reflections;0.9.8 ...remote: [info] Resolving dom4j#dom4j;1.6.1 ...remote: [info] Resolving com.google.guava#guava;16.0.1 ...remote: [info] Resolving com.google.code.findbugs#jsr305;2.0.3 ...remote: [info] Resolving org.apache.tomcat#tomcat-servlet-api;8.0.5 ...remote: [info] Resolving com.typesafe.play#play-java-jdbc_2.10;2.3.8 ...remote: [info] Resolving com.typesafe.play#play-jdbc_2.10;2.3.8 ...remote: [info] Resolving com.jolbox#bonecp;0.8.0.RELEASE ...remote: [info] Resolving com.h2database#h2;1.3.175 ...remote: [info] Resolving tyrex#tyrex;1.0.1 ...remote: [info] Resolving com.typesafe.play#play-java-ebean_2.10;2.3.8 ...remote: [info] Resolving org.avaje.ebeanorm#avaje-ebeanorm;3.3.4 ...remote: [info] Resolving org.avaje.ebeanorm#avaje-ebeanorm-agent;3.2.2 ...remote: [info] Resolving org.hibernate.javax.persistence#hibernate-jpa-2.0-api;1.0.1.Final ...remote: [info] Resolving com.typesafe.play#play-test_2.10;2.3.8 ...remote: [info] Resolving junit#junit;4.11 ...remote: [info] Resolving org.hamcrest#hamcrest-core;1.3 ...remote: [info] Resolving org.specs2#specs2-core_2.10;2.3.12 ...remote: [info] Resolving org.specs2#specs2-matcher_2.10;2.3.12 ...remote: [info] Resolving org.specs2#specs2-common_2.10;2.3.12 ...remote: [info] Resolving org.scalaz#scalaz-core_2.10;7.0.6 ...remote: [info] Resolving org.scalaz#scalaz-concurrent_2.10;7.0.6 ...remote: [info] Resolving org.scalaz#scalaz-effect_2.10;7.0.6 ...remote: [info] Resolving org.specs2#specs2-junit_2.10;2.3.12 ...remote: [info] Resolving org.specs2#specs2-mock_2.10;2.3.12 ...remote: [info] Resolving org.mockito#mockito-core;1.9.5 ...remote: [info] Resolving org.objenesis#objenesis;1.0 ...remote: [info] Resolving org.specs2#specs2-matcher-extra_2.10;2.3.12 ...remote: [info] Resolving org.specs2#specs2-analysis_2.10;2.3.12 ...remote: [info] Resolving org.scala-lang#scala-compiler;2.10.4 ...remote: [info] Resolving org.specs2#classycle;1.4.3 ...remote: [info] Resolving org.scalamacros#quasiquotes_2.10;2.0.0-M7 ...remote: [info] Resolving com.novocode#junit-interface;0.11-RC1 ...remote: [info] Resolving org.scala-sbt#test-interface;1.0 ...remote: [info] Resolving org.fluentlenium#fluentlenium-festassert;0.9.2 ...remote: [info] Resolving org.fluentlenium#fluentlenium-core;0.9.2 ...remote: [info] Resolving org.seleniumhq.selenium#selenium-java;2.39.0 ...remote: [info] Resolving org.seleniumhq.selenium#selenium-android-driver;2.39.0 ...remote: [info] Resolving org.seleniumhq.selenium#selenium-remote-driver;2.39.0 ...remote: [info] Resolving cglib#cglib-nodep;2.1_3 ...remote: [info] Resolving org.json#json;20080701 ...remote: [info] Resolving org.seleniumhq.selenium#selenium-api;2.39.0 ...remote: [info] Resolving org.apache.httpcomponents#httpclient;4.3.1 ...remote: [info] Resolving org.apache.httpcomponents#httpcore;4.3 ...remote: [info] Resolving commons-logging#commons-logging;1.1.3 ...remote: [info] Resolving org.apache.commons#commons-exec;1.1 ...remote: [info] Resolving net.java.dev.jna#jna;3.4.0 ...remote: [info] Resolving net.java.dev.jna#platform;3.4.0 ...remote: [info] Resolving org.seleniumhq.selenium#selenium-chrome-driver;2.39.0 ...remote: [info] Resolving org.seleniumhq.selenium#selenium-htmlunit-driver;2.39.0 ...remote: [info] Resolving net.sourceforge.htmlunit#htmlunit;2.13 ...remote: [info] Resolving xalan#xalan;2.7.1 ...remote: [info] Resolving xalan#serializer;2.7.1 ...remote: [info] Resolving commons-collections#commons-collections;3.2.1 ...remote: [info] Resolving org.apache.httpcomponents#httpmime;4.3.1 ...remote: [info] Resolving net.sourceforge.htmlunit#htmlunit-core-js;2.13 ...remote: [info] Resolving net.sourceforge.nekohtml#nekohtml;1.9.19 ...remote: [info] Resolving net.sourceforge.cssparser#cssparser;0.9.11 ...remote: [info] Resolving org.w3c.css#sac;1.3 ...remote: [info] Resolving commons-io#commons-io;2.2 ...remote: [info] Resolving org.eclipse.jetty#jetty-websocket;8.1.12.v20130726 ...remote: [info] Resolving org.eclipse.jetty#jetty-util;8.1.12.v20130726 ...remote: [info] Resolving org.eclipse.jetty#jetty-io;8.1.12.v20130726 ...remote: [info] Resolving org.eclipse.jetty#jetty-http;8.1.12.v20130726 ...remote: [info] Resolving org.seleniumhq.selenium#selenium-firefox-driver;2.39.0 ...remote: [info] Resolving org.seleniumhq.selenium#selenium-ie-driver;2.39.0 ...remote: [info] Resolving org.seleniumhq.selenium#selenium-iphone-driver;2.39.0 ...remote: [info] Resolving org.seleniumhq.selenium#selenium-safari-driver;2.39.0 ...remote: [info] Resolving org.webbitserver#webbit;0.4.14 ...remote: [info] Resolving org.seleniumhq.selenium#selenium-support;2.39.0 ...remote: [info] Resolving org.easytesting#fest-assert;1.4 ...remote: [info] Resolving org.easytesting#fest-util;1.1.6 ...remote: [info] Resolving com.typesafe.play#play-docs_2.10;2.3.8 ...remote: [info] Resolving com.typesafe.play#play-doc_2.10;1.1.0 ...remote: [info] Resolving org.pegdown#pegdown;1.4.0 ...remote: [info] Resolving org.parboiled#parboiled-java;1.1.5 ...remote: [info] Resolving org.parboiled#parboiled-core;1.1.5 ...remote: [info] Resolving org.ow2.asm#asm;4.1 ...remote: [info] Resolving org.ow2.asm#asm-tree;4.1 ...remote: [info] Resolving org.ow2.asm#asm-analysis;4.1 ...remote: [info] Resolving org.ow2.asm#asm-util;4.1 ...remote: [info] Resolving commons-io#commons-io;2.4 ...remote: [info] Resolving org.scala-lang#jline;2.10.4 ...remote: [info] Resolving org.fusesource.jansi#jansi;1.4 ...remote: [info] Resolving com.typesafe.play#fork-run_2.10;2.3.8 ...remote: [info] Resolving com.typesafe.play#fork-run-protocol_2.10;2.3.8 ...remote: [info] Resolving com.typesafe.play#run-support_2.10;2.3.8 ...remote: [info] Resolving com.typesafe.sbtrc#client-2-10;0.3.1 ...remote: [info] Resolving org.scala-sbt#serialization_2.10;0.1.0 ...remote: [info] Resolving org.scala-lang.modules#scala-pickling_2.10;0.10.0 ...remote: [info] Resolving org.scalamacros#quasiquotes_2.10;2.0.1 ...remote: [info] Resolving org.json4s#json4s-core_2.10;3.2.10 ...remote: [info] Resolving org.json4s#json4s-ast_2.10;3.2.10 ...remote: [info] Resolving com.thoughtworks.paranamer#paranamer;2.6 ...remote: [info] Resolving org.spire-math#jawn-parser_2.10;0.6.0 ...remote: [info] Resolving org.spire-math#json4s-support_2.10;0.6.0 ...remote: [info] Resolving org.scala-sbt#launcher-interface;0.13.8-M3 ...remote: [info] Resolving org.scala-sbt#interface;0.13.8-M3 ...remote: [info] Resolving org.scala-sbt#io;0.13.8-M3 ...remote: [info] Resolving org.scala-sbt#control;0.13.8-M3 ...remote: [info] Resolving org.scala-sbt#collections;0.13.8-M3 ...remote: [info] Resolving com.novocode#junit-interface;0.11 ...remote: [info] Resolving org.scalacheck#scalacheck_2.10;1.11.5 ...remote: [info] Resolving com.typesafe.sbtrc#actor-client-2-10;0.3.1 ...remote: [warn] module not found: com.typesafe.sbtrc#actor-client-2-10;0.3.1remote: [warn] ==== local: triedremote: [warn] /tmp/scala_buildpack_build_dir/.sbt_home/.ivy2/local/com.typesafe.sbtrc/actor-client-2-10/0.3.1/ivys/ivy.xmlremote: [warn] ==== public: triedremote: [warn] http://repo1.maven.org/maven2/com/typesafe/sbtrc/actor-client-2-10/0.3.1/actor-client-2-10-0.3.1.pomremote: [warn] ==== Typesafe Releases Repository: triedremote: [warn] https://repo.typesafe.com/typesafe/releases/com/typesafe/sbtrc/actor-client-2-10/0.3.1/actor-client-2-10-0.3.1.pomremote: [info] Resolving net.contentobjects.jnotify#jnotify;0.94 ...remote: [info] downloading https://repo.typesafe.com/typesafe/releases/com/typesafe/play/play_2.10/2.3.8/play_2.10-2.3.8.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.play#play_2.10;2.3.8!play_2.10.jar (1664ms)remote: [info] downloading https://repo.typesafe.com/typesafe/releases/com/typesafe/play/play-java_2.10/2.3.8/play-java_2.10-2.3.8.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.play#play-java_2.10;2.3.8!play-java_2.10.jar (99ms)remote: [info] downloading https://repo.typesafe.com/typesafe/releases/com/typesafe/play/play-java-jdbc_2.10/2.3.8/play-java-jdbc_2.10-2.3.8.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.play#play-java-jdbc_2.10;2.3.8!play-java-jdbc_2.10.jar (65ms)remote: [info] downloading https://repo.typesafe.com/typesafe/releases/com/typesafe/play/play-java-ebean_2.10/2.3.8/play-java-ebean_2.10-2.3.8.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.play#play-java-ebean_2.10;2.3.8!play-java-ebean_2.10.jar (68ms)remote: [info] downloading https://repo.typesafe.com/typesafe/releases/com/typesafe/play/play-iteratees_2.10/2.3.8/play-iteratees_2.10-2.3.8.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.play#play-iteratees_2.10;2.3.8!play-iteratees_2.10.jar (355ms)remote: [info] downloading https://repo.typesafe.com/typesafe/releases/com/typesafe/play/play-json_2.10/2.3.8/play-json_2.10-2.3.8.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.play#play-json_2.10;2.3.8!play-json_2.10.jar (318ms)remote: [info] downloading https://repo.typesafe.com/typesafe/releases/com/typesafe/play/play-functional_2.10/2.3.8/play-functional_2.10-2.3.8.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.play#play-functional_2.10;2.3.8!play-functional_2.10.jar (223ms)remote: [info] downloading https://repo.typesafe.com/typesafe/releases/com/typesafe/play/play-datacommons_2.10/2.3.8/play-datacommons_2.10-2.3.8.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.play#play-datacommons_2.10;2.3.8!play-datacommons_2.10.jar (65ms)remote: [info] downloading http://repo1.maven.org/maven2/org/javassist/javassist/3.19.0-GA/javassist-3.19.0-GA.jar ...remote: [info] [SUCCESSFUL ] org.javassist#javassist;3.19.0-GA!javassist.jar(bundle) (185ms)remote: [info] downloading https://repo.typesafe.com/typesafe/releases/com/typesafe/play/play-jdbc_2.10/2.3.8/play-jdbc_2.10-2.3.8.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.play#play-jdbc_2.10;2.3.8!play-jdbc_2.10.jar (155ms)remote: [info] downloading https://repo.typesafe.com/typesafe/releases/com/typesafe/play/play-test_2.10/2.3.8/play-test_2.10-2.3.8.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.play#play-test_2.10;2.3.8!play-test_2.10.jar (127ms)remote: [info] downloading https://repo.typesafe.com/typesafe/releases/com/typesafe/play/play-docs_2.10/2.3.8/play-docs_2.10-2.3.8.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.play#play-docs_2.10;2.3.8!play-docs_2.10.jar (3001ms)remote: [info] downloading https://repo.typesafe.com/typesafe/releases/com/typesafe/play/fork-run_2.10/2.3.8/fork-run_2.10-2.3.8.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.play#fork-run_2.10;2.3.8!fork-run_2.10.jar (104ms)remote: [info] downloading https://repo.typesafe.com/typesafe/releases/com/typesafe/play/fork-run-protocol_2.10/2.3.8/fork-run-protocol_2.10-2.3.8.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.play#fork-run-protocol_2.10;2.3.8!fork-run-protocol_2.10.jar (212ms)remote: [info] downloading https://repo.typesafe.com/typesafe/releases/com/typesafe/play/run-support_2.10/2.3.8/run-support_2.10-2.3.8.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.play#run-support_2.10;2.3.8!run-support_2.10.jar (138ms)remote: [warn] ::::::::::::::::::::::::::::::::::::::::::::::remote: [warn] :: UNRESOLVED DEPENDENCIES ::remote: [warn] ::::::::::::::::::::::::::::::::::::::::::::::remote: [warn] :: com.typesafe.sbtrc#actor-client-2-10;0.3.1: not foundremote: [warn] ::::::::::::::::::::::::::::::::::::::::::::::remote: sbt.ResolveException: unresolved dependency: com.typesafe.sbtrc#actor-client-2-10;0.3.1: not foundremote: at sbt.IvyActions$.sbt$IvyActions$$resolve(IvyActions.scala:217)remote: at sbt.IvyActions$$anonfun$update$1.apply(IvyActions.scala:126)remote: at sbt.IvyActions$$anonfun$update$1.apply(IvyActions.scala:125)remote: at sbt.IvySbt$Module$$anonfun$withModule$1.apply(Ivy.scala:115)remote: at sbt.IvySbt$Module$$anonfun$withModule$1.apply(Ivy.scala:115)remote: at sbt.IvySbt$$anonfun$withIvy$1.apply(Ivy.scala:103)remote: at sbt.IvySbt.sbt$IvySbt$$action$1(Ivy.scala:48)remote: at sbt.IvySbt$$anon$3.call(Ivy.scala:57)remote: at xsbt.boot.Locks$GlobalLock.withChannel$1(Locks.scala:93)remote: at xsbt.boot.Locks$GlobalLock.xsbt$boot$Locks$GlobalLock$$withChannelRetries$1(Locks.scala:78)remote: at xsbt.boot.Locks$GlobalLock$$anonfun$withFileLock$1.apply(Locks.scala:97)remote: at xsbt.boot.Using$.withResource(Using.scala:10)remote: at xsbt.boot.Using$.apply(Using.scala:9)remote: at xsbt.boot.Locks$GlobalLock.ignoringDeadlockAvoided(Locks.scala:58)remote: at xsbt.boot.Locks$GlobalLock.withLock(Locks.scala:48)remote: at xsbt.boot.Locks$.apply0(Locks.scala:31)remote: at xsbt.boot.Locks$.apply(Locks.scala:28)remote: at sbt.IvySbt.withDefaultLogger(Ivy.scala:57)remote: at sbt.IvySbt.withIvy(Ivy.scala:98)remote: at sbt.IvySbt.withIvy(Ivy.scala:94)remote: at sbt.IvySbt$Module.withModule(Ivy.scala:115)remote: at sbt.IvyActions$.update(IvyActions.scala:125)remote: at sbt.Classpaths$$anonfun$sbt$Classpaths$$work$1$1.apply(Defaults.scala:1223)remote: at sbt.Classpaths$$anonfun$sbt$Classpaths$$work$1$1.apply(Defaults.scala:1221)remote: at sbt.Classpaths$$anonfun$doWork$1$1$$anonfun$74.apply(Defaults.scala:1244)remote: at sbt.Classpaths$$anonfun$doWork$1$1$$anonfun$74.apply(Defaults.scala:1242)remote: at sbt.Tracked$$anonfun$lastOutput$1.apply(Tracked.scala:35)remote: at sbt.Classpaths$$anonfun$doWork$1$1.apply(Defaults.scala:1246)remote: at sbt.Classpaths$$anonfun$doWork$1$1.apply(Defaults.scala:1241)remote: at sbt.Tracked$$anonfun$inputChanged$1.apply(Tracked.scala:45)remote: at sbt.Classpaths$.cachedUpdate(Defaults.scala:1249)remote: at sbt.Classpaths$$anonfun$updateTask$1.apply(Defaults.scala:1214)remote: at sbt.Classpaths$$anonfun$updateTask$1.apply(Defaults.scala:1192)remote: at scala.Function1$$anonfun$compose$1.apply(Function1.scala:47)remote: at sbt.$tilde$greater$$anonfun$$u2219$1.apply(TypeFunctions.scala:42)remote: at sbt.std.Transform$$anon$4.work(System.scala:64)remote: at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:237)remote: at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:237)remote: at sbt.ErrorHandling$.wideConvert(ErrorHandling.scala:18)remote: at sbt.Execute.work(Execute.scala:244)remote: at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:237)remote: at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:237)remote: at sbt.ConcurrentRestrictions$$anon$4$$anonfun$1.apply(ConcurrentRestrictions.scala:160)remote: at sbt.CompletionService$$anon$2.call(CompletionService.scala:30)remote: at java.util.concurrent.FutureTask.run(FutureTask.java:266)remote: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)remote: at java.util.concurrent.FutureTask.run(FutureTask.java:266)remote: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)remote: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)remote: at java.lang.Thread.run(Thread.java:745)remote: [error] (*:update) sbt.ResolveException: unresolved dependency: com.typesafe.sbtrc#actor-client-2-10;0.3.1: not foundremote: [error] Total time: 14 s, completed Mar 10, 2015 11:43:08 AMremote:remote: ! ERROR: Failed to run sbt task: updateremote:remote:remote: ! Push rejected, failed to compile Play 2.x - Java appC:\GIT_OUT\play-java-intro>heroku createYour version of git is 1.8.0.. Which has serious security vulnerabilities.More information here: https://blog.heroku.com/archives/2014/12/23/update_your_git_clients_on_windows_and_os_xCreating radiant-chamber-8181... done, stack is cedar-14
C:\GIT_OUT\play-java-intro>git push heroku masterCounting objects: 42, done.Delta compression using up to 8 threads.Compressing objects: 100% (32/32), done.Writing objects: 100% (42/42), 1.05 MiB | 211 KiB/s, done.Total 42 (delta 0), reused 3 (delta 0)remote: Compressing source files... done.remote: Building source:remote:remote: -----> Play 2.x - Java app detectedremote: -----> Installing OpenJDK 1.8... doneremote: -----> Priming Ivy cache (Scala-2.10, Play-2.3)... doneremote: -----> Running: sbt compile stageremote: Downloading sbt launcher for 0.13.5:remote: From http://typesafe.artifactoryonline.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/0.13.5/sbt-launch.jarremote: To /tmp/scala_buildpack_build_dir/.sbt_home/launchers/0.13.5/sbt-launch.jarremote: OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=384m; support was removed in 8.0remote: [info] [SUCCESSFUL ] com.typesafe.play#sbt-fork-run-plugin;2.3.8!sbt-fork-run-plugin.jar (71ms)remote: [info] downloading http://repo.typesafe.com/typesafe/ivy-releases/com.typesafe.play/sbt-plugin/scala_2.10/sbt_0.13/2.3.8/jars/sbt-plugin.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.play#sbt-plugin;2.3.8!sbt-plugin.jar (95ms)remote: [info] [SUCCESSFUL ] com.typesafe.sbt#sbt-coffeescript;1.0.0!sbt-coffeescript.jar (398ms)remote: [info] downloading http://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.typesafe.sbt/sbt-less/scala_2.10/sbt_0.13/1.0.0/jars/sbt-less.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.sbt#sbt-less;1.0.0!sbt-less.jar (321ms)remote: [info] [SUCCESSFUL ] com.typesafe.sbt#sbt-jshint;1.0.1!sbt-jshint.jar (331ms)remote: [info] downloading http://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.typesafe.sbt/sbt-rjs/scala_2.10/sbt_0.13/1.0.1/jars/sbt-rjs.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.sbt#sbt-rjs;1.0.1!sbt-rjs.jar (361ms)remote: [info] [SUCCESSFUL ] com.typesafe.sbt#sbt-digest;1.0.0!sbt-digest.jar (741ms)remote: [info] [SUCCESSFUL ] com.typesafe.sbt#sbt-mocha;1.0.0!sbt-mocha.jar (469ms)remote: [info] downloading http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt-core-next/scala_2.10/sbt_0.13/0.1.1/jars/sbt-core-next.jar ...remote: [info] [SUCCESSFUL ] org.scala-sbt#sbt-core-next;0.1.1!sbt-core-next.jar (62ms)remote: [info] [SUCCESSFUL ] com.typesafe.play#sbt-fork-run-protocol_2.10;2.3.8!sbt-fork-run-protocol_2.10.jar (230ms)remote: [info] downloading https://repo.typesafe.com/typesafe/releases/com/typesafe/play/sbt-run-support_2.10/2.3.8/sbt-run-support_2.10-2.3.8.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.play#sbt-run-support_2.10;2.3.8!sbt-run-support_2.10.jar (128ms)remote: [info] downloading http://repo.typesafe.com/typesafe/ivy-releases/com.typesafe.sbtrc/client-2-10/0.3.1/srcs/client-2-10-sources.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.sbtrc#client-2-10;0.3.1!client-2-10.jar(src) (59ms)remote: [info] downloading http://repo.typesafe.com/typesafe/ivy-releases/com.typesafe.sbtrc/client-2-10/0.3.1/jars/client-2-10-tests.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.sbtrc#client-2-10;0.3.1!client-2-10.jar (57ms)remote: [info] downloading http://repo.typesafe.com/typesafe/ivy-releases/com.typesafe.sbtrc/client-2-10/0.3.1/jars/client-2-10.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.sbtrc#client-2-10;0.3.1!client-2-10.jar (142ms)remote: [info] downloading https://repo.typesafe.com/typesafe/releases/com/typesafe/play/build-link/2.3.8/build-link-2.3.8.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.play#build-link;2.3.8!build-link.jar (73ms)remote: [info] downloading https://repo.typesafe.com/typesafe/releases/com/typesafe/play/play-exceptions/2.3.8/play-exceptions-2.3.8.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.play#play-exceptions;2.3.8!play-exceptions.jar (66ms)remote: [info] downloading http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/serialization_2.10/0.1.0/jars/serialization_2.10.jar ...remote: [info] [SUCCESSFUL ] org.scala-sbt#serialization_2.10;0.1.0!serialization_2.10.jar (73ms)remote: [info] downloading http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/launcher-interface/0.13.8-M3/jars/launcher-interface.jar ...remote: [info] [SUCCESSFUL ] org.scala-sbt#launcher-interface;0.13.8-M3!launcher-interface.jar (62ms)remote: [info] downloading http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/interface/0.13.8-M3/jars/interface.jar ...remote: [info] [SUCCESSFUL ] org.scala-sbt#interface;0.13.8-M3!interface.jar (59ms)remote: [info] downloading http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/io/0.13.8-M3/jars/io.jar ...remote: [info] [SUCCESSFUL ] org.scala-sbt#io;0.13.8-M3!io.jar (68ms)remote: [info] downloading http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/collections/0.13.8-M3/jars/collections.jar ...remote: [info] [SUCCESSFUL ] org.scala-sbt#collections;0.13.8-M3!collections.jar (73ms)remote: [info] downloading http://repo1.maven.org/maven2/org/scala-lang/modules/scala-pickling_2.10/0.10.0/scala-pickling_2.10-0.10.0.jar ...remote: [info] [SUCCESSFUL ] org.scala-lang.modules#scala-pickling_2.10;0.10.0!scala-pickling_2.10.jar (216ms)remote: [info] downloading http://repo1.maven.org/maven2/org/json4s/json4s-core_2.10/3.2.10/json4s-core_2.10-3.2.10.jar ...remote: [info] [SUCCESSFUL ] org.json4s#json4s-core_2.10;3.2.10!json4s-core_2.10.jar (372ms)remote: [info] downloading http://repo1.maven.org/maven2/org/spire-math/jawn-parser_2.10/0.6.0/jawn-parser_2.10-0.6.0.jar ...remote: [info] [SUCCESSFUL ] org.spire-math#jawn-parser_2.10;0.6.0!jawn-parser_2.10.jar (223ms)remote: [info] downloading http://repo1.maven.org/maven2/org/spire-math/json4s-support_2.10/0.6.0/json4s-support_2.10-0.6.0.jar ...remote: [info] [SUCCESSFUL ] org.spire-math#json4s-support_2.10;0.6.0!json4s-support_2.10.jar (668ms)remote: [info] downloading http://repo1.maven.org/maven2/org/scalamacros/quasiquotes_2.10/2.0.1/quasiquotes_2.10-2.0.1.jar ...remote: [info] [SUCCESSFUL ] org.scalamacros#quasiquotes_2.10;2.0.1!quasiquotes_2.10.jar (253ms)remote: [info] downloading http://repo1.maven.org/maven2/org/json4s/json4s-ast_2.10/3.2.10/json4s-ast_2.10-3.2.10.jar ...remote: [info] [SUCCESSFUL ] org.json4s#json4s-ast_2.10;3.2.10!json4s-ast_2.10.jar (94ms)remote: [info] downloading http://repo1.maven.org/maven2/com/thoughtworks/paranamer/paranamer/2.6/paranamer-2.6.jar ...remote: [info] [SUCCESSFUL ] com.thoughtworks.paranamer#paranamer;2.6!paranamer.jar (93ms)remote: [info] downloading http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/control/0.13.8-M3/jars/control.jar ...remote: [info] [SUCCESSFUL ] org.scala-sbt#control;0.13.8-M3!control.jar (62ms)remote: [info] downloading http://repo1.maven.org/maven2/com/novocode/junit-interface/0.11/junit-interface-0.11.jar ...remote: [info] [SUCCESSFUL ] com.novocode#junit-interface;0.11!junit-interface.jar (98ms)remote: [info] downloading http://repo1.maven.org/maven2/org/scalacheck/scalacheck_2.10/1.11.5/scalacheck_2.10-1.11.5.jar ...remote: [info] [SUCCESSFUL ] org.scalacheck#scalacheck_2.10;1.11.5!scalacheck_2.10.jar (152ms)remote: [info] downloading https://repo.typesafe.com/typesafe/releases/com/typesafe/play/routes-compiler_2.10/2.3.8/routes-compiler_2.10-2.3.8.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.play#routes-compiler_2.10;2.3.8!routes-compiler_2.10.jar (255ms)remote: [info] [SUCCESSFUL ] com.typesafe.sbteclipse#sbteclipse-plugin;3.0.0!sbteclipse-plugin.jar (62ms)remote: [info] [SUCCESSFUL ] com.typesafe.sbteclipse#sbteclipse-core;3.0.0!sbteclipse-core.jar (112ms)remote: [info] downloading http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/core-next_2.10/0.1.1/jars/core-next_2.10.jar ...remote: [info] [SUCCESSFUL ] org.scala-sbt#core-next_2.10;0.1.1!core-next_2.10.jar (69ms)remote: [info] downloading http://repo1.maven.org/maven2/org/webjars/coffee-script-node/1.7.1/coffee-script-node-1.7.1.jar ...remote: [info] [SUCCESSFUL ] org.webjars#coffee-script-node;1.7.1!coffee-script-node.jar (113ms)remote: [info] downloading http://repo1.maven.org/maven2/org/webjars/mkdirp/0.3.5/mkdirp-0.3.5.jar ...remote: [info] [SUCCESSFUL ] org.webjars#mkdirp;0.3.5!mkdirp.jar (116ms)remote: [info] downloading http://repo1.maven.org/maven2/org/webjars/less-node/1.6.0-1/less-node-1.6.0-1.jar ...remote: [info] [SUCCESSFUL ] org.webjars#less-node;1.6.0-1!less-node.jar (97ms)remote: [info] downloading http://repo1.maven.org/maven2/org/webjars/source-map/0.1.31-2/source-map-0.1.31-2.jar ...remote: [info] [SUCCESSFUL ] org.webjars#source-map;0.1.31-2!source-map.jar (121ms)remote: [info] downloading http://repo1.maven.org/maven2/org/webjars/amdefine/0.1.0-1/amdefine-0.1.0-1.jar ...remote: [info] [SUCCESSFUL ] org.webjars#amdefine;0.1.0-1!amdefine.jar (109ms)remote: [info] downloading http://repo1.maven.org/maven2/org/webjars/jshint-node/2.4.1-1/jshint-node-2.4.1-1.jar ...remote: [info] [SUCCESSFUL ] org.webjars#jshint-node;2.4.1-1!jshint-node.jar (95ms)remote: [info] downloading http://repo1.maven.org/maven2/org/webjars/underscorejs/1.5.2-2/underscorejs-1.5.2-2.jar ...remote: [info] [SUCCESSFUL ] org.webjars#underscorejs;1.5.2-2!underscorejs.jar (105ms)remote: [info] downloading http://repo1.maven.org/maven2/org/webjars/console-browserify/0.1.6-1/console-browserify-0.1.6-1.jar ...remote: [info] [SUCCESSFUL ] org.webjars#console-browserify;0.1.6-1!console-browserify.jar (91ms)remote: [info] downloading http://repo1.maven.org/maven2/org/webjars/rjs/2.1.11-1-trireme/rjs-2.1.11-1-trireme.jar ...remote: [info] [SUCCESSFUL ] org.webjars#rjs;2.1.11-1-trireme!rjs.jar (100ms)remote: [info] downloading http://repo1.maven.org/maven2/org/webjars/mocha/1.17.1/mocha-1.17.1.jar ...remote: [info] [SUCCESSFUL ] org.webjars#mocha;1.17.1!mocha.jar (113ms)remote: [info] downloading http://repo1.maven.org/maven2/org/webjars/debug/0.7.4/debug-0.7.4.jar ...remote: [info] [SUCCESSFUL ] org.webjars#debug;0.7.4!debug.jar (180ms)remote: [info] downloading http://repo1.maven.org/maven2/org/webjars/diff/1.0.7/diff-1.0.7.jar ...remote: [info] [SUCCESSFUL ] org.webjars#diff;1.0.7!diff.jar (104ms)remote: [info] [SUCCESSFUL ] com.typesafe.play#play_2.10;2.3.8!play_2.10.jar (1922ms)remote: [info] downloading https://repo.typesafe.com/typesafe/releases/com/typesafe/play/play-java_2.10/2.3.8/play-java_2.10-2.3.8.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.play#play-java_2.10;2.3.8!play-java_2.10.jar (152ms)remote: [info] downloading https://repo.typesafe.com/typesafe/releases/com/typesafe/play/play-java-jdbc_2.10/2.3.8/play-java-jdbc_2.10-2.3.8.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.play#play-java-jdbc_2.10;2.3.8!play-java-jdbc_2.10.jar (133ms)remote: [info] downloading https://repo.typesafe.com/typesafe/releases/com/typesafe/play/play-java-ebean_2.10/2.3.8/play-java-ebean_2.10-2.3.8.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.play#play-java-ebean_2.10;2.3.8!play-java-ebean_2.10.jar (108ms)remote: [info] downloading https://repo.typesafe.com/typesafe/releases/com/typesafe/play/play-iteratees_2.10/2.3.8/play-iteratees_2.10-2.3.8.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.play#play-iteratees_2.10;2.3.8!play-iteratees_2.10.jar (518ms)remote: [info] downloading https://repo.typesafe.com/typesafe/releases/com/typesafe/play/play-json_2.10/2.3.8/play-json_2.10-2.3.8.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.play#play-json_2.10;2.3.8!play-json_2.10.jar (634ms)remote: [info] downloading https://repo.typesafe.com/typesafe/releases/com/typesafe/play/play-functional_2.10/2.3.8/play-functional_2.10-2.3.8.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.play#play-functional_2.10;2.3.8!play-functional_2.10.jar (243ms)remote: [info] downloading https://repo.typesafe.com/typesafe/releases/com/typesafe/play/play-datacommons_2.10/2.3.8/play-datacommons_2.10-2.3.8.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.play#play-datacommons_2.10;2.3.8!play-datacommons_2.10.jar (81ms)remote: [info] downloading http://repo1.maven.org/maven2/org/javassist/javassist/3.19.0-GA/javassist-3.19.0-GA.jar ...remote: [info] [SUCCESSFUL ] org.javassist#javassist;3.19.0-GA!javassist.jar(bundle) (203ms)remote: [info] downloading https://repo.typesafe.com/typesafe/releases/com/typesafe/play/play-jdbc_2.10/2.3.8/play-jdbc_2.10-2.3.8.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.play#play-jdbc_2.10;2.3.8!play-jdbc_2.10.jar (810ms)remote: [info] downloading https://repo.typesafe.com/typesafe/releases/com/typesafe/play/play-test_2.10/2.3.8/play-test_2.10-2.3.8.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.play#play-test_2.10;2.3.8!play-test_2.10.jar (162ms)remote: [info] downloading https://repo.typesafe.com/typesafe/releases/com/typesafe/play/play-docs_2.10/2.3.8/play-docs_2.10-2.3.8.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.play#play-docs_2.10;2.3.8!play-docs_2.10.jar (3832ms)remote: [info] downloading https://repo.typesafe.com/typesafe/releases/com/typesafe/play/fork-run_2.10/2.3.8/fork-run_2.10-2.3.8.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.play#fork-run_2.10;2.3.8!fork-run_2.10.jar (127ms)remote: [info] downloading https://repo.typesafe.com/typesafe/releases/com/typesafe/play/fork-run-protocol_2.10/2.3.8/fork-run-protocol_2.10-2.3.8.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.play#fork-run-protocol_2.10;2.3.8!fork-run-protocol_2.10.jar (755ms)remote: [info] downloading https://repo.typesafe.com/typesafe/releases/com/typesafe/play/run-support_2.10/2.3.8/run-support_2.10-2.3.8.jar ...remote: [info] [SUCCESSFUL ] com.typesafe.play#run-support_2.10;2.3.8!run-support_2.10.jar (147ms)remote: [warn] ::::::::::::::::::::::::::::::::::::::::::::::remote: [warn] :: UNRESOLVED DEPENDENCIES ::remote: [warn] ::::::::::::::::::::::::::::::::::::::::::::::remote: [warn] :: com.typesafe.sbtrc#actor-client-2-10;0.3.1: not foundremote: [warn] ::::::::::::::::::::::::::::::::::::::::::::::remote: sbt.ResolveException: unresolved dependency: com.typesafe.sbtrc#actor-client-2-10;0.3.1: not foundremote: at sbt.IvyActions$.sbt$IvyActions$$resolve(IvyActions.scala:217)remote: at sbt.IvyActions$$anonfun$update$1.apply(IvyActions.scala:126)remote: at sbt.IvyActions$$anonfun$update$1.apply(IvyActions.scala:125)remote: at sbt.IvySbt$Module$$anonfun$withModule$1.apply(Ivy.scala:115)remote: at sbt.IvySbt$Module$$anonfun$withModule$1.apply(Ivy.scala:115)remote: at sbt.IvySbt$$anonfun$withIvy$1.apply(Ivy.scala:103)remote: at sbt.IvySbt.sbt$IvySbt$$action$1(Ivy.scala:48)remote: at sbt.IvySbt$$anon$3.call(Ivy.scala:57)remote: at xsbt.boot.Locks$GlobalLock.withChannel$1(Locks.scala:98)remote: at xsbt.boot.Locks$GlobalLock.xsbt$boot$Locks$GlobalLock$$withChannelRetries$1(Locks.scala:81)remote: at xsbt.boot.Locks$GlobalLock$$anonfun$withFileLock$1.apply(Locks.scala:102)remote: at xsbt.boot.Using$.withResource(Using.scala:11)remote: at xsbt.boot.Using$.apply(Using.scala:10)remote: at xsbt.boot.Locks$GlobalLock.ignoringDeadlockAvoided(Locks.scala:62)remote: at xsbt.boot.Locks$GlobalLock.withLock(Locks.scala:52)remote: [error] Total time: 19 s, completed Mar 11, 2015 11:17:39 AMremote:remote: ! ERROR: Failed to run sbt!remote: We're sorry this build is failing! If you can't find the issue in applicationremote: code, please submit a ticket so we can help: https://help.heroku.comremote: You can also try reverting to our legacy Scala buildpack:remote: $ heroku buildpack:set https://github.com/heroku/heroku-buildpack-scala#legacyremote:remote: Thanks,remote: Herokuremote:remote:remote: ! Push rejected, failed to compile Play 2.x - Java appremote:remote: Verifying deploy...remote:remote: ! Push rejected to powerful-hollows-8433.remote: ! [remote rejected] master -> master (pre-receive hook declined)error: failed to push some refs to 'https://git.heroku.com/powerful-hollows-8433.git'...