We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59ef389 commit bf443b8Copy full SHA for bf443b8
build.sbt
@@ -44,7 +44,7 @@ libraryDependencies ++= Seq(
44
("org.pegdown" % "pegdown" % "1.6.0").exclude("org.parboiled", "parboiled-java"),
45
"org.parboiled" % "parboiled-java" % "1.4.1",
46
"commons-io" % "commons-io" % "2.16.1",
47
- "org.specs2" %% "specs2-core" % "4.20.8" % Test
+ "org.specs2" %% "specs2-core" % "4.20.9" % Test
48
)
49
50
javacOptions ++= Seq(
0 commit comments