Update specs2-core to 4.10.6

pull/7947/head
Scala Steward 2021-01-18 21:14:32 +01:00
parent 433fdb3884
commit 0c38c5fd6e
No known key found for this signature in database
GPG Key ID: 96BDF10FFAB8B6A6
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ object Dependencies {
val autoconfig = "io.methvin.play" %% "autoconfig-macros" % "0.3.2" % "provided"
val scalatest = "org.scalatest" %% "scalatest" % "3.1.0" % Test
val uaparser = "org.uaparser" %% "uap-scala" % "0.11.0"
val specs2 = "org.specs2" %% "specs2-core" % "4.10.5" % Test
val specs2 = "org.specs2" %% "specs2-core" % "4.10.6" % Test
val apacheText = "org.apache.commons" % "commons-text" % "1.9"
object flexmark {