Skip to content

Commit

Permalink
updated readme with 1.1 release version
Browse files Browse the repository at this point in the history
  • Loading branch information
briangormanly authored Sep 2, 2016
1 parent 2ec4292 commit 4b4faa1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ desired logging framework at deployment time.
<dependency>
<groupId>com.fdflib</groupId>
<artifactId>4dflib</artifactId>
<version>1.0</version>
<version>1.1</version>
</dependency>
...
</dependencies>
Expand All @@ -71,15 +71,15 @@ desired logging framework at deployment time.
```
dependencies {
...
compile "com.fdflib:4dflib:1.0"
compile "com.fdflib:4dflib:1.1"
...
}
```
<h3>sbt</h3>
```
libraryDependencies ++= Seq(
...
"com.fdflib" % "4dflib" % "1.0"
"com.fdflib" % "4dflib" % "1.1"
...
)
```
Expand Down

0 comments on commit 4b4faa1

Please sign in to comment.