From 5bff827fe1f072f417ee4ef3cb631968f6822da6 Mon Sep 17 00:00:00 2001 From: "Ross A. Baker" Date: Tue, 9 Aug 2011 16:18:09 -0400 Subject: [PATCH] Fix up sbt syntax and update versions in README. * Close quote on version number in sbt example. * List all supported Scala versions. * Update Maven example to latest Scala and SLF4S. --- README.textile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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).