We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2065c29 commit ea398bbCopy full SHA for ea398bb
build.sbt
@@ -31,7 +31,7 @@ lazy val core = project
31
"com.typesafe.akka" %% "akka-http" % "10.2.10" % "test" cross CrossVersion.for3Use2_13,
32
"com.typesafe.akka" %% "akka-stream" % "2.6.20" % "test" cross CrossVersion.for3Use2_13,
33
"org.slf4j" % "slf4j-nop" % "2.0.17" % "test",
34
- "org.specs2" %% "specs2-core" % "4.22.0" % "test"
+ "org.specs2" %% "specs2-core" % "4.23.0" % "test"
35
),
36
mdocOut := file(".")
37
)
@@ -53,7 +53,7 @@ lazy val config = project
53
name := "scala-scraper-config",
54
libraryDependencies ++= Seq(
55
"com.typesafe" % "config" % "1.4.5",
56
57
58
59
0 commit comments