Skip to content

Commit

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

* Update scala3-library to 3.6.3

---------

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 e22ab39 commit 6f34594
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ organization := "com.gu"
version := "3.7.0"

// be sure to also update this in the `generate-executable.sh` script
scalaVersion := "3.6.2"
scalaVersion := "3.6.3"

val awsSdkVersion = "1.12.780"

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.0")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1")

0 comments on commit 6f34594

Please sign in to comment.