Skip to content
New issue

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

where is kotlin-plugin deployed? #22

Open
prayagupa opened this issue Nov 5, 2017 · 2 comments
Open

where is kotlin-plugin deployed? #22

prayagupa opened this issue Nov 5, 2017 · 2 comments

Comments

@prayagupa
Copy link

I get UNRESOLVED DEPENDENCIES while trying to download the artifact.

My sbt looks as below,

name := "ParallelProgramming"

version := "1.0"

scalaVersion := "2.10.0"

libraryDependencies += "org.scala-lang" % "scala-library" % "2.10.0"
libraryDependencies += "org.scalatest" % "scalatest_2.10" % "3.0.0" % "test"
libraryDependencies += "org.jetbrains.kotlin" % "kotlin-stdlib" % "1.1.51"

resolvers += "Artima Maven Repository" at "http://repo.artima.com/releases"
resolvers += "Maven central" at "http://central.maven.org/maven2/"

And plugins.sbt

logLevel := Level.Warn                                                                                                                                 
                                                                                                       
addSbtPlugin("com.hanhuy.sbt" % "kotlin-plugin" % "1.0.7") 

Error

[warn] 	module not found: com.hanhuy.sbt#kotlin-plugin;1.0.7
[warn] ==== typesafe-ivy-releases: tried
[warn]   https://repo.typesafe.com/typesafe/ivy-releases/com.hanhuy.sbt/kotlin-plugin/scala_2.10/sbt_0.13/1.0.7/ivys/ivy.xml
[warn] ==== sbt-plugin-releases: tried
[warn]   https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.hanhuy.sbt/kotlin-plugin/scala_2.10/sbt_0.13/1.0.7/ivys/ivy.xml
[warn] ==== local: tried
[warn]   /Users/a1353612/.ivy2/local/com.hanhuy.sbt/kotlin-plugin/scala_2.10/sbt_0.13/1.0.7/ivys/ivy.xml
[warn] ==== jcenter: tried
[warn]   https://jcenter.bintray.com/com/hanhuy/sbt/kotlin-plugin_2.10_0.13/1.0.7/kotlin-plugin-1.0.7.pom
[warn] ==== public: tried
[warn]   https://repo1.maven.org/maven2/com/hanhuy/sbt/kotlin-plugin_2.10_0.13/1.0.7/kotlin-plugin-1.0.7.pom
[warn] 	::::::::::::::::::::::::::::::::::::::::::::::
[warn] 	::          UNRESOLVED DEPENDENCIES         ::
[warn] 	::::::::::::::::::::::::::::::::::::::::::::::
[warn] 	:: com.hanhuy.sbt#kotlin-plugin;1.0.7: not found
[warn] 	::::::::::::::::::::::::::::::::::::::::::::::
[warn] 
[warn] 	Note: Some unresolved dependencies have extra attributes.  Check that these dependencies exist with the requested attributes.
[warn] 		com.hanhuy.sbt:kotlin-plugin:1.0.7 (scalaVersion=2.10, sbtVersion=0.13)
[warn] 
[warn] 	Note: Unresolved dependencies path:
[warn] 		com.hanhuy.sbt:kotlin-plugin:1.0.7 (scalaVersion=2.10, sbtVersion=0.13) (/Users/a1353612/buybest/sc212/parallel-programming/2-data-parallelism_fork_join/ParallelSum/project/plugins.sbt#L3-4)
[warn] 		  +- default:parallelsum-build:0.1-SNAPSHOT (scalaVersion=2.10, sbtVersion=0.13)
sbt.ResolveException: unresolved dependency: com.hanhuy.sbt#kotlin-plugin;1.0.7: not found
	at sbt.IvyActions$.sbt$IvyActions$$resolve(IvyActions.scala:294)
	at sbt.IvyActions$$anonfun$updateEither$1.apply(IvyActions.scala:191)
	at sbt.IvyActions$$anonfun$updateEither$1.apply(IvyActions.scala:168)
	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:168)
	at sbt.Classpaths$$anonfun$sbt$Classpaths$$work$1$1.apply(Defaults.scala:1392)
	at sbt.Classpaths$$anonfun$sbt$Classpaths$$work$1$1.apply(Defaults.scala:1388)
	at sbt.Classpaths$$anonfun$doWork$1$1$$anonfun$90.apply(Defaults.scala:1422)
	at sbt.Classpaths$$anonfun$doWork$1$1$$anonfun$90.apply(Defaults.scala:1420)
	at sbt.Tracked$$anonfun$lastOutput$1.apply(Tracked.scala:37)
	at sbt.Classpaths$$anonfun$doWork$1$1.apply(Defaults.scala:1425)
	at sbt.Classpaths$$anonfun$doWork$1$1.apply(Defaults.scala:1419)
	at sbt.Tracked$$anonfun$inputChanged$1.apply(Tracked.scala:60)
	at sbt.Classpaths$.cachedUpdate(Defaults.scala:1442)
	at sbt.Classpaths$$anonfun$updateTask$1.apply(Defaults.scala:1371)
	at sbt.Classpaths$$anonfun$updateTask$1.apply(Defaults.scala:1325)
	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:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
[error] (*:update) sbt.ResolveException: unresolved dependency: com.hanhuy.sbt#kotlin-plugin;1.0.7: not found
@pfn
Copy link
Owner

pfn commented Nov 6, 2017 via email

@sake92
Copy link

sake92 commented Mar 13, 2018

There is no scala 2.12 version (sbt 1.x) here: https://dl.bintray.com/pfn/sbt-plugins/com.hanhuy.sbt/kotlin-plugin/
If that's the place the plugin should be deployed to...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants