diff --git a/build.sbt b/build.sbt index 0f0a050c..59eb0e9b 100644 --- a/build.sbt +++ b/build.sbt @@ -83,7 +83,7 @@ val dataScalaxyTransformerVersion = "1.2.0" val dataScalaxyWriterAWSVersion = "2.0.0" val dataScalaxyWriterGCPVersion = "2.0.0" val dataScalaxyWriterLocalFileSystemVersion = "2.0.0" -val googleCloudStorageVersion = "2.34.0" +val googleCloudStorageVersion = "2.35.0" val jsonPathVersion = "2.9.0" val jwtCoreVersion = "10.0.0" val monovoreDeclineVersion = "2.4.1" @@ -91,7 +91,7 @@ val odelayVersion = "0.4.0" val scalaParserCombinatorsVersion = "2.3.0" val scalaXmlVersion = "2.2.0" val sparkMLLibVersion = "3.5.1" -val sttpVersion = "3.9.3" +val sttpVersion = "3.9.4" val testContainersScalaVersion = "0.41.3" val wireMockVersion = "3.0.1" val zioConfigVersion = "4.0.0-RC16" diff --git a/project/plugins.sbt b/project/plugins.sbt index ca2f4527..6f8101cf 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -val assemblyVersion = "2.1.5" +val assemblyVersion = "2.2.0" val scalafixVersion = "0.11.1" val scalafmtVersion = "2.5.2" val wartremoverVersion = "3.1.6"