Skip to content

Commit

Permalink
Merge pull request #311 from guardian/update-capi-dependency-to-25.0.0
Browse files Browse the repository at this point in the history
Update CAPI dependency to 25.0.0
  • Loading branch information
frederickobrien authored Mar 13, 2024
2 parents babbbe6 + c58d700 commit 40a1bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/dependencies.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sbt._

object Dependencies {
val capiVersion = "24.0.0"
val capiVersion = "25.0.0"

val awsSdk = "com.amazonaws" % "aws-java-sdk-s3" % "1.12.673"
val commonsIo = "org.apache.commons" % "commons-io" % "1.3.2"
Expand Down

0 comments on commit 40a1bbc

Please sign in to comment.