File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,19 +17,19 @@ Please see [QuickStart](https://github.com/fluent/fluent-logger-scala/wiki/Quick
1717Add 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
2424Please replace ``` <scala_version> ``` with scala compiler version you use.
2525Currently, ``` <scala_version> ``` can be replaced with 2.10 or 2.11.
2626For 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
3030or
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
You can’t perform that action at this time.
0 commit comments