Skip to content

Commit c8fabb3

Browse files
author
scala-steward
committed
Update scala-xml to 2.4.0
1 parent 8007cca commit c8fabb3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ lazy val dockerBuildWithBuildx = taskKey[Unit]("Build docker images using buildx
2929

3030
val config = "com.typesafe" % "config" % "1.4.3"
3131
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"
3333

3434
val scalalogging = "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5"
3535
val logback = "ch.qos.logback" % "logback-classic" % "1.3.15"
@@ -230,8 +230,8 @@ lazy val server: Project = (project in file("server"))
230230
// s3 upload
231231
s3Upload := {
232232
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}
235235

236236
val bucketName = "softwaremill-public"
237237

0 commit comments

Comments
 (0)