nikita-volkov / sext

A small extensions library for Scala
MIT License
37 stars 5 forks source link

Update to Scala 2.10? #1

Closed PhilAndrew closed 10 years ago

nikita-volkov commented 10 years ago

What are you talking about? It's already 2.10.

PhilAndrew commented 10 years ago

Hi, if I add it in SBT with: val sext = "com.github.nikita-volkov" % "sext" % "0.2.3"

it works.

If I did: val sext = "com.github.nikita-volkov" %% "sext" % "0.2.3"

It didn't work, I had this error. error sbt.ResolveException: unresolved dependency: com.github.nikita-volkov#sext_2.10;0.2.3: not found

Sorry, its my fault, I had that error but I didn't realise its just as I had two %% in there.