Skip to content
This repository was archived by the owner on Sep 7, 2024. It is now read-only.

Commit a3cb62b

Browse files
Update dependency org.specs2:specs2-core to v5
1 parent cabcecb commit a3cb62b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ lazy val octopushAkka = project
1717
"com.typesafe.akka" %% "akka-http-core" % "10.5.3",
1818
"com.typesafe.akka" %% "akka-http-xml" % "10.5.3",
1919
"com.iheart" %% "ficus" % "1.5.2",
20-
"org.specs2" %% "specs2-core" % "4.20.4" % "test"
20+
"org.specs2" %% "specs2-core" % "5.5.1" % "test"
2121
),
2222
Test/fork := true,
2323
scalariformAutoformat := true,

0 commit comments

Comments
 (0)