Skip to content

Commit 236f789

Browse files
authored
pekko-http 1.0.1
1 parent ed9bf3f commit 236f789

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
@@ -70,7 +70,7 @@ lazy val root = (project in file("."))
7070
lazy val deps = {
7171
val awsSDKVersion = "2.23.11"
7272
val pekkoVersion = "1.0.2"
73-
val pekkoHttpVersion = "1.0.0"
73+
val pekkoHttpVersion = "1.0.1"
7474

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

0 commit comments

Comments
 (0)