Skip to content

Commit bf443b8

Browse files
committed
[2.2.x] specs2-core 4.20.9 (was 4.20.8)
1 parent 59ef389 commit bf443b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ libraryDependencies ++= Seq(
4444
("org.pegdown" % "pegdown" % "1.6.0").exclude("org.parboiled", "parboiled-java"),
4545
"org.parboiled" % "parboiled-java" % "1.4.1",
4646
"commons-io" % "commons-io" % "2.16.1",
47-
"org.specs2" %% "specs2-core" % "4.20.8" % Test
47+
"org.specs2" %% "specs2-core" % "4.20.9" % Test
4848
)
4949

5050
javacOptions ++= Seq(

0 commit comments

Comments
 (0)