Created
January 4, 2012 18:50
-
-
Save kzk/1561435 to your computer and use it in GitHub Desktop.
SBT's build.sbt for fluent-logger-java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Repositories | |
resolvers ++= Seq( | |
"td-logger Maven2 Repository" at "http://treasure-data.com/maven2/", | |
"fluent-logger Maven2 Repository" at "http://fluentd.org/maven2/" | |
) | |
// Dependencies | |
libraryDependencies ++= Seq( | |
"com.treasure_data" % "td-logger" % "0.1.0" | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment