Skip to content

Commit

Permalink
Merge pull request #1236 from zio/update/aws-spi-akka-http-1.0.1
Browse files Browse the repository at this point in the history
Update aws-spi-akka-http to 1.0.1
  • Loading branch information
vigoo authored Sep 23, 2023
2 parents 29b06aa + feed353 commit 7ccfb7c
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 7ccfb7c

Please sign in to comment.