Skip to content

Commit

Permalink
Update aws-spi-akka-http to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoo committed Sep 18, 2023
1 parent a95854d commit feed353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ lazy val akkahttp = Project("zio-aws-akka-http", file("zio-aws-akka-http"))
("com.typesafe.akka" %% "akka-http" % "10.2.10")
.cross(CrossVersion.for3Use2_13)
.exclude("org.scala-lang.modules", "scala-collection-compat_2.13"),
("com.github.matsluni" %% "aws-spi-akka-http" % "0.0.11")
("com.github.matsluni" %% "aws-spi-akka-http" % "1.0.1")
.cross(CrossVersion.for3Use2_13)
.exclude("org.scala-lang.modules", "scala-collection-compat_2.13")
)
Expand Down

0 comments on commit feed353

Please sign in to comment.