Skip to content

Instantly share code, notes, and snippets.

@kzk
Created January 4, 2012 18:50
Show Gist options
  • Save kzk/1561435 to your computer and use it in GitHub Desktop.
Save kzk/1561435 to your computer and use it in GitHub Desktop.
SBT's build.sbt for fluent-logger-java
// 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