Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Update specs2-core to 4.13.2 #115

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-stream-testkit" % AkkaVersion % Test,
// akka-persistence-query relies on akka-remote via QuerySerializer, however it uses "provided".
"com.typesafe.akka" %% "akka-remote" % AkkaVersion % Test,
("org.specs2" %% "specs2-core" % "4.13.1").cross(CrossVersion.for3Use2_13) % Test,
("org.specs2" %% "specs2-core" % "4.13.2").cross(CrossVersion.for3Use2_13) % Test,
"org.json4s" %% "json4s-native" % "4.0.3" % Test,
"io.spray" %% "spray-json" % "1.3.6" % Test
)
Expand Down