Skip to content

Commit

Permalink
release 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cardamo committed Oct 23, 2017
1 parent dec3a6b commit 1afe300
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ homepage := Some(url("http://github.com/cardamo/play-logback-access"))

licenses := Seq("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0"))

version := "0.5.2"
version := "0.5.3"

libraryDependencies ++= Seq(
"com.typesafe.play" %% "play" % "2.5.14",
Expand Down
1 change: 1 addition & 0 deletions src/test/resources/application.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
play.modules.enabled += "org.databrary.PlayLogbackAccessModule"

0 comments on commit 1afe300

Please sign in to comment.