Skip to content

Commit

Permalink
Merge pull request #70 from scala-steward/update/google-cloud-logging…
Browse files Browse the repository at this point in the history
…-logback-0.118.1-alpha

Update google-cloud-logging-logback to 0.118.1-alpha
  • Loading branch information
mergify[bot] authored Jul 27, 2020
2 parents f82a1d8 + 41063a4 commit f57eeee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ lazy val appender =
.dependsOn(marker)
.settings(
noFatalWarnings,
libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.116.0-alpha",
libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.118.1-alpha",
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.0" % Test
)

Expand Down

0 comments on commit f57eeee

Please sign in to comment.