Skip to content

Commit

Permalink
Merge pull request #134 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 Nov 20, 2024
2 parents cc049d5 + 6bc9b88 commit 0a769c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.4
sbt.version=1.10.5
2 changes: 1 addition & 1 deletion project/dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ object Dependencies {
val jacksonCore = "com.fasterxml.jackson.core" % "jackson-core" % jacksonVersion
val log4j = "org.apache.logging.log4j" % "log4j-slf4j-impl" % log4j2Version
val commonsIo = "commons-io" % "commons-io" % "2.17.0"
val scanamo = "org.scanamo" %% "scanamo" % "2.0.0"
val scanamo = "org.scanamo" %% "scanamo" % "3.0.0"
val okHttp = "com.squareup.okhttp3" % "okhttp" % "4.12.0"
val specsCore = "org.specs2" %% "specs2-core" % specsVersion % "test"
val specsScalaCheck =
Expand Down

0 comments on commit 0a769c9

Please sign in to comment.