Merge pull request #9707 from scala-steward/update/specs2-core-4.12.8

Update specs2-core to 4.12.8
This commit is contained in:
Thibault Duplessis 2021-09-02 14:48:15 +02:00 committed by GitHub
commit dfbb9254c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.13.0"
val specs2 = "org.specs2" %% "specs2-core" % "4.12.7" % Test
val specs2 = "org.specs2" %% "specs2-core" % "4.12.8" % Test
val apacheText = "org.apache.commons" % "commons-text" % "1.9"
val bloomFilter = "com.github.alexandrnikitin" %% "bloom-filter" % "0.13.1"