Skip to content

Commit

Permalink
Update specs2-core to 4.10.2 (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 3, 2020
1 parent 770d51b commit 24ee9c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -20,7 +20,7 @@ lazy val core = project.in(file("core"))
"com.typesafe.akka" %% "akka-http" % "10.1.12" % "test",
"com.typesafe.akka" %% "akka-stream" % "2.5.31" % "test",
"org.slf4j" % "slf4j-nop" % "1.7.30" % "test",
"org.specs2" %% "specs2-core" % "4.10.1" % "test"),
"org.specs2" %% "specs2-core" % "4.10.2" % "test"),

tutTargetDirectory := file("."))

Expand All @@ -41,7 +41,7 @@ lazy val config = project.in(file("modules/config"))

libraryDependencies ++= Seq(
"com.typesafe" % "config" % "1.4.0",
"org.specs2" %% "specs2-core" % "4.10.1" % "test"))
"org.specs2" %% "specs2-core" % "4.10.2" % "test"))

lazy val commonSettings = Seq(
resolvers ++= Seq(
Expand Down

0 comments on commit 24ee9c3

Please sign in to comment.