diff --git a/build.sbt b/build.sbt index e9f0ac4..cee4639 100644 --- a/build.sbt +++ b/build.sbt @@ -33,7 +33,7 @@ Compile / doc / scalacOptions ++= { ) } -libraryDependencies ++= Seq("org.specs2" %% "specs2-core" % "4.20.8" % "test") +libraryDependencies ++= Seq("org.specs2" %% "specs2-core" % "4.20.9" % "test") // Scripted enablePlugins(SbtPlugin)