diff --git a/README.textile b/README.textile index d061e0a..1d23090 100644 --- a/README.textile +++ b/README.textile @@ -14,16 +14,16 @@ The binaries are made available in the "Scala-Tools.org Maven repository":http:/ h3. For SBT -
val slf4s = "com.weiglewilczek.slf4s" %% "slf4s" % "1.0.6
+val slf4s = "com.weiglewilczek.slf4s" %% "slf4s" % "1.0.6"
-Supported Scala versions are 2.8.1 and 2.9.0.
+Supported Scala versions are 2.8.0, 2.8.1, 2.9.0 and 2.9.0-1.
h3. For Maven
com.weiglewilczek.slf4s
- slf4s_2.8.1
- 1.0.4
+ slf4s_2.9.0-1
+ 1.0.6
Replace the suffix of the artifactId to represent one of the supported Scala versions (see above).