Skip to content

Commit

Permalink
Merge pull request #421 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
fredex42 authored Jun 11, 2024
2 parents ea5349d + 4a03760 commit c1d59bc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import sbt._

object Dependencies {
val scalaVersions = Seq("2.12.19", "2.13.13")
val scalaVersions = Seq("2.12.19", "2.13.14")
val capiModelsVersion = "24.0.0"
val thriftVersion = "0.19.0"
val commonsCodecVersion = "1.16.1"
val thriftVersion = "0.20.0"
val commonsCodecVersion = "1.17.0"
val scalaTestVersion = "3.2.18"
val slf4jVersion = "2.0.12"
val mockitoVersion = "4.11.0"
val slf4jVersion = "2.0.13"
val mockitoVersion = "5.12.0"
val okhttpVersion = "4.12.0"
val awsSdkVersion = "1.11.280"

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.9.9
sbt.version=1.10.0
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")
addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.0")
addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.1")

0 comments on commit c1d59bc

Please sign in to comment.