Skip to content

Commit

Permalink
Merge pull request #127 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
rtyley authored Jan 23, 2025
2 parents 580a0d9 + 3006ce9 commit a343fd7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ libraryDependencies ++= Seq(
"org.webjars" % "bootstrap" % "3.4.1",
"com.getsentry.raven" % "raven-logback" % "8.0.3",
// Transient dependency of raven-logback 8.0.3. No newer version of raven-logback available.
"ch.qos.logback" % "logback-classic" % "1.5.9",
"com.github.nscala-time" %% "nscala-time" % "2.34.0",
"ch.qos.logback" % "logback-classic" % "1.5.16",
"com.github.nscala-time" %% "nscala-time" % "3.0.0",
"io.lemonlabs" %% "scala-uri" % "4.0.3",
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
"com.madgag.play-git-hub" %% "core" % playGitHubVersion,
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.2
sbt.version=1.10.7
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.5")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.6")

addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")

/*
scala-xml has been updated to 2.x in sbt, but not in other sbt plugins like sbt-native-packager
Expand Down

0 comments on commit a343fd7

Please sign in to comment.