Skip to content

Commit

Permalink
Update play-secret-rotation:core to 13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gu-scala-steward-public-repos[bot] committed Nov 25, 2024
1 parent d77d3bb commit 37fee90
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 @@ -20,7 +20,7 @@ def projectWithPlayVersion(playVersion: PlayVersion) =
Compile / unmanagedSourceDirectories += baseDirectory.value / playVersion.pekkoOrAkkaSrcFolder,

libraryDependencies ++= Seq(
"com.gu.play-secret-rotation" %% "core" % "12.0.0",
"com.gu.play-secret-rotation" %% "core" % "13.0.0",
"org.typelevel" %% "cats-core" % "2.12.0",
commonsCodec,
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
Expand Down

0 comments on commit 37fee90

Please sign in to comment.