Skip to content

Commit

Permalink
Merge pull request #501 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
emdash-ie authored Oct 3, 2024
2 parents bc1e70f + 1ca6bb2 commit eec1858
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 @@ -3,15 +3,15 @@ import sbtversionpolicy.withsbtrelease.ReleaseVersion.fromAggregatedAssessedComp

lazy val baseSettings = Seq(
scalaVersion := "2.13.15",
crossScalaVersions := Seq(scalaVersion.value, "3.3.3"),
crossScalaVersions := Seq(scalaVersion.value, "3.3.4"),
organization := "com.gu.play-secret-rotation",
licenses := Seq("Apache-2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0")),
scalacOptions ++= Seq("-deprecation", "-unchecked", "-release:11"),
Test / testOptions +=
Tests.Argument(TestFrameworks.ScalaTest,"-u", s"test-results/scala-${scalaVersion.value}", "-o")
)

val jacksonOverride = "com.fasterxml.jackson.core" % "jackson-core" % "2.17.2"
val jacksonOverride = "com.fasterxml.jackson.core" % "jackson-core" % "2.18.0"

lazy val core =
project.settings(baseSettings).settings(
Expand Down

0 comments on commit eec1858

Please sign in to comment.