Skip to content

Commit

Permalink
Update akka-http to 10.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jczuchnowski committed Sep 6, 2020
1 parent 1d50dd9 commit 46a1ec6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class ActorSystemStatusRouteSpec
status shouldEqual StatusCodes.OK
contentType shouldEqual ContentTypes.`application/json`
val respBody = parse(responseAs[String]).getOrElse(fail("Invalid json")).hcursor
respBody.downField("actorCount").as[Long] shouldBe Right(14L)
respBody.downField("actorCount").as[Long] shouldBe Right(13L)
respBody.downField("startTime").as[Long].isRight shouldBe true
respBody.downField("uptime").as[Long].isRight shouldBe true
}
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import ReleaseTransformations._
import ReleasePlugin.autoImport._

val akkaVersion = "2.6.5"
val akkaHttpVersion = "10.1.12"
val akkaHttpVersion = "10.2.0"
val circeVersion = "0.13.0"
val scalaTestVersion = "3.1.1"

Expand Down

0 comments on commit 46a1ec6

Please sign in to comment.