Skip to content

Commit

Permalink
Merge pull request #210 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 committed Dec 8, 2023
2 parents 961bb17 + d0915c1 commit 7576662
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 @@ -19,7 +19,7 @@ def projectWithPlayVersion(playVersion: PlayVersion) =
Compile / unmanagedSourceDirectories += baseDirectory.value / playVersion.pekkoOrAkkaSrcFolder,

libraryDependencies ++= Seq(
"com.gu.play-secret-rotation" %% "core" % "6.0.2",
"com.gu.play-secret-rotation" %% "core" % "6.0.3",
"org.typelevel" %% "cats-core" % "2.10.0",
commonsCodec,
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
Expand Down

0 comments on commit 7576662

Please sign in to comment.