Skip to content

Commit

Permalink
Merge pull request #98 from zalando-incubator/feature/kanuku/remove-h…
Browse files Browse the repository at this point in the history
…ard-logback-dependency-82

Feature/kanuku/remove logback dependency #82
  • Loading branch information
codechimp authored Jul 26, 2016
2 parents 8b874e5 + b7fadcb commit 55ef231
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ lazy val client = withDefaults(
.settings(
name := projectName,
organization := "org.zalando.nakadi.client",
version := "2.0.0-pre-alpha.19",
version := "2.0.0-alpha.20",
crossPaths := false,
scalaVersion := "2.11.8",
findbugsReportType := Some(ReportType.FancyHtml),
Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ object Dependencies {
"com.google.guava" % "guava" % "19.0",
"com.fasterxml.jackson.core" % "jackson-core" % jacksonVersion,
"com.fasterxml.jackson.module" %% "jackson-module-scala" % jacksonVersion,
"ch.qos.logback" % "logback-classic" % "1.1.7",
"ch.qos.logback" % "logback-core" % "1.1.7",
"com.typesafe.akka" %% "akka-actor" % akkaVersion,
"com.typesafe.akka" %% "akka-http-experimental" % akkaVersion,
"com.typesafe.akka" %% "akka-stream" % akkaVersion,
"org.slf4j" % "slf4j-api" % "1.7.21",
"com.typesafe.akka" % "akka-slf4j_2.11" % "2.4.7",
"ch.qos.logback" % "logback-classic" % "1.1.7" % "test",
"ch.qos.logback" % "logback-core" % "1.1.7" % "test",
"com.typesafe.akka" %% "akka-testkit" % akkaVersion % "test",
"org.scalatest" %% "scalatest" % scalaTestVersion % "test",
"com.google.code.findbugs" % "jsr305" % "3.0.0" % "test",
Expand Down

0 comments on commit 55ef231

Please sign in to comment.