Skip to content

Commit 27f403b

Browse files
Update aws-java-sdk-s3 from 1.12.761 to 1.12.762
1 parent 07c3256 commit 27f403b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

build.sbt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -143,14 +143,14 @@ lazy val scala_core_oop = (project in file("scala-core-modules/scala-core-oop"))
143143
Seq(catsEffect, jUnitInterface) ++ scalaTestDeps
144144
)
145145

146-
lazy val scala_strings_2 = (project in file("scala-core-modules/scala-strings-2"))
147-
.settings(
148-
name := "scala-core-strings",
149-
libraryDependencies ++= scalaTestDeps,
150-
libraryDependencies += jUnitInterface,
151-
scalaVersion := scala3Version
152-
)
153-
146+
lazy val scala_strings_2 =
147+
(project in file("scala-core-modules/scala-strings-2"))
148+
.settings(
149+
name := "scala-core-strings",
150+
libraryDependencies ++= scalaTestDeps,
151+
libraryDependencies += jUnitInterface,
152+
scalaVersion := scala3Version
153+
)
154154

155155
lazy val scala_core_fp = (project in file("scala-core-modules/scala-core-fp"))
156156
.settings(
@@ -539,7 +539,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
539539
scalaMock,
540540
"com.lihaoyi" %% "utest" % "0.8.3" % "test",
541541
munitDep,
542-
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.761" % IntegrationTest,
542+
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.762" % IntegrationTest,
543543
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.3" % IntegrationTest,
544544
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % "0.41.3" % IntegrationTest,
545545
"software.amazon.awssdk" % "s3" % "2.26.20"

0 commit comments

Comments
 (0)