Skip to content

Commit a819aab

Browse files
committed
Update README.md
- change the vesion.
1 parent 9c1ea1f commit a819aab

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@ Please see [QuickStart](https://github.com/fluent/fluent-logger-scala/wiki/Quick
1717
Add sonatype repository and dependencies to build.sbt file as follows:
1818

1919
resolvers += "Apache Maven Central Repository" at "http://repo.maven.apache.org/maven2/"
20-
21-
libraryDependencies += "org.fluentd" % "fluent-logger-scala_<scala_version>" % "0.5.1"
22-
20+
21+
libraryDependencies += "org.fluentd" % "fluent-logger-scala_<scala_version>" % "0.6.0"
22+
2323

2424
Please replace ```<scala_version>``` with scala compiler version you use.
2525
Currently, ```<scala_version>``` can be replaced with 2.10 or 2.11.
2626
For instance,
2727

28-
libraryDependencies += "org.fluentd" % "fluent-logger-scala_2.10" % "0.5.1"
28+
libraryDependencies += "org.fluentd" % "fluent-logger-scala_2.10" % "0.6.0"
2929

3030
or
3131

32-
libraryDependencies += "org.fluentd" % "fluent-logger-scala_2.11" % "0.5.1"
32+
libraryDependencies += "org.fluentd" % "fluent-logger-scala_2.11" % "0.6.0"
3333

3434
## Installation(for scala 2.9)
3535

0 commit comments

Comments
 (0)