From bd565be660b653d67cd57fc1a35fa9d45e2245b8 Mon Sep 17 00:00:00 2001 From: Ivan Porto Carrero Date: Sun, 5 May 2013 22:38:59 -0700 Subject: [PATCH] update logback in generated client and use package as organization --- src/main/resources/asyncscala/sbt.mustache | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/main/resources/asyncscala/sbt.mustache b/src/main/resources/asyncscala/sbt.mustache index 8196b7625f9..a02ff5924ad 100644 --- a/src/main/resources/asyncscala/sbt.mustache +++ b/src/main/resources/asyncscala/sbt.mustache @@ -1,4 +1,4 @@ -organization := "com.wordnik.samples" +organization := "{{package}}" name := "{{projectName}}-client" @@ -10,6 +10,4 @@ libraryDependencies += "joda-time" % "joda-time" % "2.2" libraryDependencies += "org.joda" % "joda-convert" % "1.3.1" -libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.0.10" % "provided" - -resolvers += Opts.resolver.sonatypeReleases \ No newline at end of file +libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.0.12" % "provided"