Skip to content

Commit

Permalink
chore(deps): Non-AWS dependency updates (#748)
Browse files Browse the repository at this point in the history
* Update play-v30 to 19.0.1

* Update scalafmt-core to 3.8.6

---------

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 56816fe commit ce4b34a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.8.5
version = 3.8.6

runner.dialect = scala213
maxColumn = 80
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ libraryDependencies ++= Seq(
"com.amazonaws" % "aws-java-sdk-cloudwatch" % awsSdkVersion,
"com.amazonaws" % "aws-java-sdk-ses" % awsSdkVersion,
"com.google.code.gson" % "gson" % "2.11.0",
"com.gu.play-googleauth" %% "play-v30" % "19.0.0",
"com.gu.play-googleauth" %% "play-v30" % "19.0.1",
"org.quartz-scheduler" % "quartz" % "2.5.0",
"org.playframework" %% "play-json-joda" % "3.0.4",
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
Expand Down

0 comments on commit ce4b34a

Please # to comment.