Skip to content

Commit

Permalink
chore(deps): Non-AWS dependency updates (#1195)
Browse files Browse the repository at this point in the history
* Update sbt-assembly to 2.3.1

* Update play-v30 to 19.0.1

* Update cats-core to 2.13.0

---------

Co-authored-by: gu-scala-steward-public-repos[bot] <108136057+gu-scala-steward-public-repos[bot]@users.noreply.github.com>
  • Loading branch information
1 parent a178074 commit f75f3bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ lazy val hq = (project in file("hq"))
libraryDependencies ++= Seq(
ws,
filters,
"com.gu.play-googleauth" %% "play-v30" % "19.0.0",
"com.gu.play-googleauth" %% "play-v30" % "19.0.1",
"com.gu.play-secret-rotation" %% "play-v30" % "13.1.2",
"com.gu.play-secret-rotation" %% "aws-parameterstore-sdk-v2" % "13.1.2",

"joda-time" % "joda-time" % "2.13.0",
"org.typelevel" %% "cats-core" % "2.12.0",
"org.typelevel" %% "cats-core" % "2.13.0",
"com.github.tototoshi" %% "scala-csv" % "2.0.0",
"software.amazon.awssdk" % "iam" % awsSdkVersion,
"software.amazon.awssdk" % "cloudformation" % awsSdkVersion,
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.0")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1")

libraryDependencies += "org.vafer" % "jdeb" % "1.12" artifacts Artifact("jdeb", "jar", "jar")

Expand Down

0 comments on commit f75f3bf

Please sign in to comment.