Skip to content

Commit

Permalink
Merge pull request #27 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
Divs-B authored Jan 30, 2025
2 parents bd04ecb + 1310b42 commit 9fc97c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ lazy val root = (project in file("."))
.settings(
name := "redirect-resolver",
organization := "com.gu",
crossScalaVersions := Seq("3.3.4", scalaVersion.value),
crossScalaVersions := Seq("3.3.5", scalaVersion.value),
Test / testOptions +=
Tests.Argument(TestFrameworks.ScalaTest, "-u", s"test-results/scala-${scalaVersion.value}", "-o")
)
Expand Down

0 comments on commit 9fc97c1

Please sign in to comment.