Skip to content

Commit

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

* Update sbt-scalafmt to 2.5.4

* Update scalafmt-core to 3.8.5

---------

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 3af45d1 commit 56816fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.3
version = 3.8.5

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" % "18.0.0",
"com.gu.play-googleauth" %% "play-v30" % "19.0.0",
"org.quartz-scheduler" % "quartz" % "2.5.0",
"org.playframework" %% "play-json-joda" % "3.0.4",
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ libraryDependencies += "org.vafer" % "jdeb" % "1.12" artifacts (Artifact(
"jar"
))

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")

// web plugins
addSbtPlugin("com.github.sbt" % "sbt-coffeescript" % "2.0.1")
Expand Down

0 comments on commit 56816fe

Please sign in to comment.