File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ lazy val dockerBuildWithBuildx = taskKey[Unit]("Build docker images using buildx
29
29
30
30
val config = " com.typesafe" % " config" % " 1.4.3"
31
31
val pureConfig = " com.github.pureconfig" %% " pureconfig-core" % " 0.17.8"
32
- val scalaXml = " org.scala-lang.modules" %% " scala-xml" % " 2.3 .0"
32
+ val scalaXml = " org.scala-lang.modules" %% " scala-xml" % " 2.4 .0"
33
33
34
34
val scalalogging = " com.typesafe.scala-logging" %% " scala-logging" % " 3.9.5"
35
35
val logback = " ch.qos.logback" % " logback-classic" % " 1.3.15"
@@ -230,8 +230,8 @@ lazy val server: Project = (project in file("server"))
230
230
// s3 upload
231
231
s3Upload := {
232
232
import com .amazonaws .auth .{AWSStaticCredentialsProvider , BasicAWSCredentials }
233
- import com .amazonaws .services .s3 .AmazonS3ClientBuilder
234
- import com .amazonaws .services .s3 .model .{CannedAccessControlList , PutObjectRequest }
233
+ import com .amazonaws .services .s3 .AmazonS3ClientBuilder
234
+ import com .amazonaws .services .s3 .model .{CannedAccessControlList , PutObjectRequest }
235
235
236
236
val bucketName = " softwaremill-public"
237
237
You can’t perform that action at this time.
0 commit comments