-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Non-AWS dependency updates (#1121)
* Update azure-storage-blob to 12.25.3 * Update fm-sbt-s3-resolver to 0.22.0 * Update sbt-scalafmt to 1.16 * Update sbt-docker-compose to 1.0.35 * Update sbt-native-packager to 1.7.6 * Update commons-io to 2.16.1 * Update netty-tcnative to 2.0.65.Final * Update commons-compress to 1.26.1 * Update mockito-core to 1.10.19 * Update scala-library to 2.12.19 * Update sbt to 1.9.9 * Update scalatest to 3.2.18 * Update aws-crt to 0.29.17 * bump native packager over to github * move from deprecated downloadWithResponse to downloadStreamWithResponse * fix for deprecation * leave commons compress, there is a snakes nest of changes --------- Co-authored-by: wellcome-collection-scala-steward[bot] <163891433+wellcome-collection-scala-steward[bot]@users.noreply.github.com> Co-authored-by: Robert Kenny <[email protected]>
- Loading branch information
1 parent
d12d592
commit 937fa5d
Showing
7 changed files
with
17 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
sbt.version=1.9.8 | ||
sbt.version=1.9.9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
scalaVersion := "2.12.15" | ||
scalaVersion := "2.12.19" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
|
||
addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.34") | ||
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.7.5") | ||
addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.15") | ||
addSbtPlugin("com.frugalmechanic" % "fm-sbt-s3-resolver" % "0.19.0") | ||
addDependencyTreePlugin | ||
addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.35") | ||
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4") | ||
addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.16") | ||
addDependencyTreePlugin |