UNRESOLVED DEPENDENCIES

211 views
Skip to first unread message

andrew abwoga

unread,
Jan 14, 2016, 7:28:18 AM1/14/16
to play-framework
So I just started using the activator and I have created a simple application but I keep on getting the stack trace below during the build phase. What can I do to stop the build from braking?

  • [warn] ::::::::::::::::::::::::::::::::::::::::::::::
  • ::::::::::::::::::::::::::::::::::::::::::::::
  • [warn] :: UNRESOLVED DEPENDENCIES ::
  • :: UNRESOLVED DEPENDENCIES ::
  • [warn] ::::::::::::::::::::::::::::::::::::::::::::::
  • ::::::::::::::::::::::::::::::::::::::::::::::
  • [warn] :: com.typesafe.play#sbt-plugin;2.4.6: not found
  • :: com.typesafe.play#sbt-plugin;2.4.6: not found
  • [warn] ::::::::::::::::::::::::::::::::::::::::::::::
  • ::::::::::::::::::::::::::::::::::::::::::::::
  • [warn]
  • [warn] Note: Some unresolved dependencies have extra attributes. Check that these dependencies exist with the requested attributes.
  • Note: Some unresolved dependencies have extra attributes. Check that these dependencies exist with the requested attributes.
  • [warn] com.typesafe.play:sbt-plugin:2.4.6 (scalaVersion=2.10, sbtVersion=0.13)
  • com.typesafe.play:sbt-plugin:2.4.6 (scalaVersion=2.10, sbtVersion=0.13)
  • [warn]
  • [warn] Note: Unresolved dependencies path:
  • Note: Unresolved dependencies path:
  • [warn] com.typesafe.play:sbt-plugin:2.4.6 (scalaVersion=2.10, sbtVersion=0.13) (/home/andrew/typesafe-activator/HelloPlay/project/plugins.sbt#L4-5)
  • com.typesafe.play:sbt-plugin:2.4.6 (scalaVersion=2.10, sbtVersion=0.13) (/home/andrew/typesafe-activator/HelloPlay/project/plugins.sbt#L4-5)
  • [warn] +- default:helloplay-build:0.1-SNAPSHOT (scalaVersion=2.10, sbtVersion=0.13)
  • +- default:helloplay-build:0.1-SNAPSHOT (scalaVersion=2.10, sbtVersion=0.13)
  • unresolved dependency: com.typesafe.play#sbt-plugin;2.4.6: not found
  • sbt.ResolveException: unresolved dependency: com.typesafe.play#sbt-plugin;2.4.6: not found
  • at sbt.IvyActions$.sbt$IvyActions$$resolve(IvyActions.scala:291)
  • at sbt.IvyActions$$anonfun$updateEither$1.apply(IvyActions.scala:188)
  • at sbt.IvyActions$$anonfun$updateEither$1.apply(IvyActions.scala:165)
  • at sbt.IvySbt$Module$$anonfun$withModule$1.apply(Ivy.scala:155)
  • at sbt.IvySbt$Module$$anonfun$withModule$1.apply(Ivy.scala:155)
  • at sbt.IvySbt$$anonfun$withIvy$1.apply(Ivy.scala:132)
  • at sbt.IvySbt.sbt$IvySbt$$action$1(Ivy.scala:57)
  • at sbt.IvySbt$$anon$4.call(Ivy.scala:65)
  • at xsbt.boot.Locks$GlobalLock.withChannel$1(Locks.scala:93)
  • at xsbt.boot.Locks$GlobalLock.xsbt$boot$Locks$GlobalLock$$withChannelRetries$1(Locks.scala:78)
  • at xsbt.boot.Locks$GlobalLock$$anonfun$withFileLock$1.apply(Locks.scala:97)
  • at xsbt.boot.Using$.withResource(Using.scala:10)
  • at xsbt.boot.Using$.apply(Using.scala:9)
  • at xsbt.boot.Locks$GlobalLock.ignoringDeadlockAvoided(Locks.scala:58)
  • at xsbt.boot.Locks$GlobalLock.withLock(Locks.scala:48)
  • at xsbt.boot.Locks$.apply0(Locks.scala:31)
  • at xsbt.boot.Locks$.apply(Locks.scala:28)
  • at sbt.IvySbt.withDefaultLogger(Ivy.scala:65)
  • at sbt.IvySbt.withIvy(Ivy.scala:127)
  • at sbt.IvySbt.withIvy(Ivy.scala:124)
  • at sbt.IvySbt$Module.withModule(Ivy.scala:155)
  • at sbt.IvyActions$.updateEither(IvyActions.scala:165)
  • at sbt.Classpaths$$anonfun$sbt$Classpaths$$work$1$1.apply(Defaults.scala:1369)
  • at sbt.Classpaths$$anonfun$sbt$Classpaths$$work$1$1.apply(Defaults.scala:1365)
  • at sbt.Classpaths$$anonfun$doWork$1$1$$anonfun$87.apply(Defaults.scala:1399)
  • at sbt.Classpaths$$anonfun$doWork$1$1$$anonfun$87.apply(Defaults.scala:1397)
  • at sbt.Tracked$$anonfun$lastOutput$1.apply(Tracked.scala:37)
  • at sbt.Classpaths$$anonfun$doWork$1$1.apply(Defaults.scala:1402)
  • at sbt.Classpaths$$anonfun$doWork$1$1.apply(Defaults.scala:1396)
  • at sbt.Tracked$$anonfun$inputChanged$1.apply(Tracked.scala:60)
  • at sbt.Classpaths$.cachedUpdate(Defaults.scala:1419)
  • at sbt.Classpaths$$anonfun$updateTask$1.apply(Defaults.scala:1348)
  • at sbt.Classpaths$$anonfun$updateTask$1.apply(Defaults.scala:1310)
  • at scala.Function1$$anonfun$compose$1.apply(Function1.scala:47)
  • at sbt.$tilde$greater$$anonfun$$u2219$1.apply(TypeFunctions.scala:40)
  • at sbt.std.Transform$$anon$4.work(System.scala:63)
  • at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:226)
  • at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:226)
  • at sbt.ErrorHandling$.wideConvert(ErrorHandling.scala:17)
  • at sbt.Execute.work(Execute.scala:235)
  • at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:226)
  • at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:226)
  • at sbt.ConcurrentRestrictions$$anon$4$$anonfun$1.apply(ConcurrentRestrictions.scala:159)
  • at sbt.CompletionService$$anon$2.call(CompletionService.scala:28)
  • at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  • at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  • at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  • at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  • at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  • at java.lang.Thread.run(Thread.java:745)
  • [error] (*:update) sbt.ResolveException: unresolved dependency: com.typesafe.play#sbt-plugin;2.4.6: not found
  • (*:update) sbt.ResolveException: unresolved dependency: com.typesafe.play#sbt-plugin;2.4.6: not found
  • Failed to load project.

Naftoli Gugenheim

unread,
Jan 18, 2016, 1:26:12 PM1/18/16
to play-framework
Does it say higher up what URLs it tried?

--
You received this message because you are subscribed to the Google Groups "play-framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to play-framewor...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/play-framework/d0f1e11a-cea1-46a9-a035-5efc80d393f1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Andrew Abwoga

unread,
Feb 3, 2016, 4:02:10 AM2/3/16
to play-framework
It show this

Emon Mishra

unread,
Dec 27, 2018, 9:29:27 AM12/27/18
to Play Framework [deprecated]
I am also getting this error. How did you fix it?

Thanks
Emon
Reply all
Reply to author
Forward
0 new messages