Skip to content

Commit

Permalink
Merge pull request #10736 from scala-steward/update/play-file-watch-1…
Browse files Browse the repository at this point in the history
….1.15

Update play-file-watch to 1.1.15
  • Loading branch information
mergify[bot] committed Mar 2, 2021
2 parents 455fb46 + ff6aa23 commit 3534e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ object Dependencies {
)
}

val playFileWatch = "com.lightbend.play" %% "play-file-watch" % "1.1.14"
val playFileWatch = "com.lightbend.play" %% "play-file-watch" % "1.1.15"

def runSupportDependencies(sbtVersion: String): Seq[ModuleID] = {
Seq(playFileWatch, logback % Test) ++ specs2Deps.map(_ % Test)
Expand Down

0 comments on commit 3534e93

Please sign in to comment.