Skip to content

Commit

Permalink
Merge pull request #117 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 committed Feb 28, 2024
2 parents 0f9b2b6 + 6c756ee commit 5dc39ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -2,7 +2,7 @@ name := "prout"

version := "1.0-SNAPSHOT"

scalaVersion := "2.13.12"
scalaVersion := "2.13.13"

updateOptions := updateOptions.value.withCachedResolution(true)

Expand Down Expand Up @@ -30,7 +30,7 @@ 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.4.14",
"ch.qos.logback" % "logback-classic" % "1.5.1",
"com.github.nscala-time" %% "nscala-time" % "2.32.0",
"io.lemonlabs" %% "scala-uri" % "4.0.3",
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
@@ -1 +1 @@
sbt.version=1.9.8
sbt.version=1.9.9

0 comments on commit 5dc39ec

Please sign in to comment.