Skip to content
This repository was archived by the owner on May 21, 2021. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ The binaries are made available in the "Scala-Tools.org Maven repository":http:/

h3. For SBT

<pre><code>val slf4s = "com.weiglewilczek.slf4s" %% "slf4s" % "1.0.6</code></pre>
<pre><code>val slf4s = "com.weiglewilczek.slf4s" %% "slf4s" % "1.0.6"</code></pre>

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

<pre><code><dependency>
<groupId>com.weiglewilczek.slf4s</groupId>
<artifactId>slf4s_2.8.1</artifactId>
<version>1.0.4</version>
<artifactId>slf4s_2.9.0-1</artifactId>
<version>1.0.6</version>
</dependency></code></pre>

Replace the suffix of the artifactId to represent one of the supported Scala versions (see above).
Expand Down