Skip to content

Commit

Permalink
pekko-http 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Feb 8, 2024
1 parent ed9bf3f commit 236f789
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ lazy val root = (project in file("."))
lazy val deps = {
val awsSDKVersion = "2.23.11"
val pekkoVersion = "1.0.2"
val pekkoHttpVersion = "1.0.0"
val pekkoHttpVersion = "1.0.1"

Seq(
"org.apache.pekko" %% "pekko-stream" % pekkoVersion,
Expand All @@ -83,8 +83,8 @@ lazy val deps = {
"software.amazon.awssdk" % "kinesis" % awsSDKVersion % "test" exclude ("software.amazon.awssdk", "netty-nio-client"),
"com.dimafeng" %% "testcontainers-scala" % "0.41.0" % "test",
"junit" % "junit" % "4.13.2" % "test",
"org.scalatest" %% "scalatest" % "3.2.17" % "it,test",
"org.scalatestplus" %% "junit-4-13" % "3.2.17.0" % "it,test",
"org.scalatest" %% "scalatest" % "3.2.18" % "it,test",
"org.scalatestplus" %% "junit-4-13" % "3.2.18.0" % "it,test",
"ch.qos.logback" % "logback-classic" % "1.2.13" % "it,test"
)
}

0 comments on commit 236f789

Please sign in to comment.