We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0555467 + 597f7dc commit 8f443dbCopy full SHA for 8f443db
build.sbt
@@ -4,8 +4,8 @@ import sbtversionpolicy.withsbtrelease.ReleaseVersion
4
ThisBuild / scalaVersion := "2.13.16"
5
ThisBuild / crossScalaVersions := Seq(
6
scalaVersion.value,
7
- "3.3.1",
8
- "2.12.18" // Motivated by facia/FAPI clients still on Scala 2.12
+ "3.3.5",
+ "2.12.20" // Motivated by facia/FAPI clients still on Scala 2.12
9
)
10
ThisBuild / scalacOptions := Seq("-deprecation", "-release:11")
11
@@ -32,7 +32,7 @@ def awsS3WithSdkVersion(version: Int)=
32
.settings(baseSettings,
33
libraryDependencies ++= Seq(
34
awsSdkForVersion(version),
35
- "com.adobe.testing" % "s3mock-testcontainers" % "4.0.0" % Test
+ "com.adobe.testing" % "s3mock-testcontainers" % "4.1.1" % Test
36
37
38
0 commit comments