foursquare / twitter-util-async

scala-async support for twitter util library
15 stars 7 forks source link

UNRESOLVED DEPENDENCIES - `com.foursquare#twitter-util-async_2.11;1.2.0: not found` #1

Open ikhoon opened 8 years ago

ikhoon commented 8 years ago

Scala Version : 2.11.7 I want to apply twitter-util-async 1.2.0 on my scala 2.11.7 project.
I added below line into build.sbt.

libraryDependencies += "com.foursquare" %% "twitter-util-async" % 1.2.0

1.0.0 is hosted in http://mvnrepository.com/artifact/com.foursquare/twitter-util-async_2.10/1.0.0 But sbt and I can't find 1.2.0 from the maven central repository.

[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  ::          UNRESOLVED DEPENDENCIES         ::
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  :: com.foursquare#twitter-util-async_2.11;1.2.0: not found
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn] 
[warn]  Note: Unresolved dependencies path:
[warn]      com.foursquare:twitter-util-async_2.11:1.2.0 

Can I download and available this version from maven central?

Thanks. :blush:

mmkal commented 7 years ago

@tdyas ?