Skip to content

Commit

Permalink
Merge pull request #107 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
akash1810 authored Jan 22, 2025
2 parents d1bae14 + 30b85df commit df3dbdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.29.45"

scalaVersion := "2.13.15"
scalaVersion := "2.13.16"

val sharedSettings = Seq(
scalaVersion := "2.13.15",
scalaVersion := "2.13.16",
crossScalaVersions := Seq("3.3.4", scalaVersion.value, "2.12.20"),
licenses := Seq(License.Apache2),
organization := "com.gu",
Expand Down

0 comments on commit df3dbdd

Please sign in to comment.