Skip to content

Commit

Permalink
Merge pull request #260 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 Sep 30, 2024
2 parents 5475fe4 + f87c912 commit 6f513b8
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 @@ -11,8 +11,8 @@ val assemblySettings = Seq(
)

inThisBuild(Seq(
scalaVersion := "3.3.3",
crossScalaVersions := Seq("2.13.14", scalaVersion.value),
scalaVersion := "3.3.4",
crossScalaVersions := Seq("2.13.15", scalaVersion.value),
scalacOptions ++= Seq(
"-deprecation",
"-Xfatal-warnings",
Expand Down

0 comments on commit 6f513b8

Please sign in to comment.