Skip to content

Commit

Permalink
Merge pull request #1326 from guardian/update/non_aws
Browse files Browse the repository at this point in the history
chore(deps): Non-AWS dependency updates
  • Loading branch information
lindseydew authored Oct 23, 2024
2 parents b5ef64a + d788338 commit 0790682
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ val simpleConfigurationVersion: String = "1.5.7"
val googleOAuthClient: String = "1.36.0"
val nettyVersion: String = "4.1.114.Final"
val slf4jVersion: String = "1.7.36"
val logbackVersion: String = "1.5.9"
val logbackVersion: String = "1.5.11"

val standardSettings = Seq[Setting[_]](
// We should remove this when all transitive dependencies use the same version of scala-xml
Expand All @@ -61,7 +61,7 @@ val standardSettings = Seq[Setting[_]](
),
libraryDependencies ++= Seq(
"com.github.nscala-time" %% "nscala-time" % "2.34.0",
"com.softwaremill.macwire" %% "macros" % "2.6.3" % "provided",
"com.softwaremill.macwire" %% "macros" % "2.6.4" % "provided",
specs2 % Test,
"org.specs2" %% "specs2-matcher-extra" % specsVersion % Test
),
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ libraryDependencies += "org.vafer" % "jdeb" % "1.11" artifacts (Artifact("jdeb",

addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")

addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.3")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")

addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.10.0-RC1")

Expand Down

0 comments on commit 0790682

Please sign in to comment.