Skip to content

Commit

Permalink
chore(deps): Non-AWS dependency updates (#992)
Browse files Browse the repository at this point in the history
* Update scala-library to 2.13.16

* 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 e9afff5 commit 38ca9f8
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 @@ -2,7 +2,7 @@ name := "prism"

version := "1.0-SNAPSHOT"

ThisBuild / scalaVersion := "2.13.15"
ThisBuild / scalaVersion := "2.13.16"

val awsVersion = "2.29.44"
val awsVersionOne = "1.12.780"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,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")

/*
* This is required for Scala Steward to run until SBT plugins all migrated to scala-xml 2.
Expand Down

0 comments on commit 38ca9f8

Please sign in to comment.