Skip to content

Commit c82f1fb

Browse files
authored
Merge pull request #824 from scala-steward/update/patches
Patch updates
2 parents d0119fd + 8b5aecb commit c82f1fb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ object Dependencies {
1515

1616
val awaitility = Seq("org.awaitility" % "awaitility" % "4.2.0")
1717

18-
val specsVersion = "4.20.2"
18+
val specsVersion = "4.20.3"
1919
val specsBuild = Seq(
2020
"specs2-core",
2121
).map("org.specs2" %% _ % specsVersion)
@@ -26,7 +26,7 @@ object Dependencies {
2626

2727
val junitInterface = Seq("com.github.sbt" % "junit-interface" % "0.13.3")
2828

29-
val playJson = Seq("org.playframework" %% "play-json" % "3.0.0")
29+
val playJson = Seq("org.playframework" %% "play-json" % "3.0.1")
3030

3131
val slf4jApi = Seq("org.slf4j" % "slf4j-api" % "2.0.9")
3232

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.3")
1+
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.4")
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)