Skip to content

Commit

Permalink
Merge pull request #91 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 Oct 31, 2024
2 parents d2e52ba + 9c92fb3 commit 2d565c8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ name := "simple-configuration"

val awsSdkVersion = "2.27.24"

scalaVersion := "2.13.13"
scalaVersion := "2.13.14"

val sharedSettings = Seq(
scalaVersion := "2.13.13",
scalaVersion := "2.13.14",
crossScalaVersions := Seq("3.3.3", scalaVersion.value, "2.12.19"),
licenses := Seq(License.Apache2),
organization := "com.gu",
Expand All @@ -23,7 +23,7 @@ val core = project
"software.amazon.awssdk" % "ec2" % awsSdkVersion,
"software.amazon.awssdk" % "autoscaling" % awsSdkVersion,
"com.typesafe" % "config" % "1.4.3",
"org.slf4j" % "slf4j-api" % "2.0.13"
"org.slf4j" % "slf4j-api" % "2.0.16"
)
)

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.1
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")

addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.3")

addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.0")
addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.1")

0 comments on commit 2d565c8

Please sign in to comment.