I am trying to run the activator console(1.0.9) on my windows machine(64bit) but keep getting error unresolved dependency: com.typesafe.sbteclipse#sbteclipse-plugin;2.3.0: not found. I have sbt version 0.13.0 installed. Below is the complete log trace
Getting com.typesafe.activator activator-launcher 1.0.9 ...
:: problems summary ::
:::: WARNINGS
module not found: com.typesafe.sbteclipse#sbteclipse-plugin;2.3.0
==== local: tried
C:\Users\a572457\.ivy2\local\com.typesafe.sbteclipse\sbteclipse-plugin\2.3.0\ivys\ivy.xml
==== embedded-repo-1: tried
file:../../embeddedRepo/com.typesafe.sbteclipse/sbteclipse-plugin/scala_2.10/sbt_0.13/2.3.0/ivys/ivy.xml
==== embedded-repo-2: tried
file:../../embeddedRepo/com.typesafe.sbteclipse/sbteclipse-plugin/scala_2.10/sbt_0.13/ivy.xml
==== embedded-repo-3: tried
file:../../embeddedRepo/com.typesafe.sbteclipse/sbteclipse-plugin/scala_2.10/ivy.xml
==== embedded-repo-4: tried
file:../../embeddedRepo/com.typesafe.sbteclipse/sbteclipse-plugin/ivy.xml
==== osgeo: tried
==== typesafe-releases: tried
==== typesafe-snapshots: tried
==== typesafe-ivy-rels: tried
==== Maven Central: tried
::::::::::::::::::::::::::::::::::::::::::::::
:: UNRESOLVED DEPENDENCIES ::
::::::::::::::::::::::::::::::::::::::::::::::
:: com.typesafe.sbteclipse#sbteclipse-plugin;2.3.0: not found
::::::::::::::::::::::::::::::::::::::::::::::
:: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS
unresolved dependency: com.typesafe.sbteclipse#sbteclipse-plugin;2.3.0: not found
Error during sbt execution: Error retrieving required libraries
(see C:\Users\a572457\.sbt\boot\update.log for complete log)
Error: Could not retrieve activator-launcher 1.0.9
C:\typesafe-activator-1.0.9\activator-1.0.9>.\activator.bat run
Getting com.typesafe.activator activator-launcher 1.0.9 ...
:: problems summary ::
:::: WARNINGS
module not found: com.typesafe.sbteclipse#sbteclipse-plugin;2.3.0
==== local: tried
C:\Users\a572457\.ivy2\local\com.typesafe.sbteclipse\sbteclipse-plugin\2.3.0\ivys\ivy.xml
==== embedded-repo-1: tried
file:../../embeddedRepo/com.typesafe.sbteclipse/sbteclipse-plugin/scala_2.10/sbt_0.13/2.3.0/ivys/ivy.xml
==== embedded-repo-2: tried
file:../../embeddedRepo/com.typesafe.sbteclipse/sbteclipse-plugin/scala_2.10/sbt_0.13/ivy.xml
==== embedded-repo-3: tried
file:../../embeddedRepo/com.typesafe.sbteclipse/sbteclipse-plugin/scala_2.10/ivy.xml
==== embedded-repo-4: tried
file:../../embeddedRepo/com.typesafe.sbteclipse/sbteclipse-plugin/ivy.xml
==== osgeo: tried
==== typesafe-releases: tried
==== typesafe-snapshots: tried
==== typesafe-ivy-rels: tried
==== Maven Central: tried
::::::::::::::::::::::::::::::::::::::::::::::
:: UNRESOLVED DEPENDENCIES ::
::::::::::::::::::::::::::::::::::::::::::::::
:: com.typesafe.sbteclipse#sbteclipse-plugin;2.3.0: not found
::::::::::::::::::::::::::::::::::::::::::::::
:: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS
unresolved dependency: com.typesafe.sbteclipse#sbteclipse-plugin;2.3.0: not found
Error during sbt execution: Error retrieving required libraries
(see C:\Users\a572457\.sbt\boot\update.log for complete log)
Error: Could not retrieve activator-launcher 1.0.9
any ideas i am missing something?