Skip to content

Commit 70beb71

Browse files
authored
Merge pull request #798 from mkurz/update/patches
cachecontrol 2.3.1 / sbt-assembly 2.1.3
2 parents 7d4dfa6 + 04d2890 commit 70beb71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ object Dependencies {
3838

3939
val oauth = Seq("oauth.signpost" % "signpost-core" % "2.1.1")
4040

41-
val cachecontrol = Seq("com.typesafe.play" %% "cachecontrol" % "2.3.0")
41+
val cachecontrol = Seq("com.typesafe.play" %% "cachecontrol" % "2.3.1")
4242

4343
val asyncHttpClient = Seq("org.asynchttpclient" % "async-http-client" % "2.12.3")
4444

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.1")
1+
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.3")
22
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
33
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")
44
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")

0 commit comments

Comments
 (0)