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 96078d7 commit 2512978Copy full SHA for 2512978
build.sbt
@@ -36,7 +36,7 @@ lazy val `docker-containers` = (project in file("."))
36
sonatypeProfileName := "com.dwolla",
37
addSbtPlugin("com.github.sbt" %% "sbt-native-packager" % "1.9.16"),
38
libraryDependencies ++= {
39
- val specs2Version = "4.20.5"
+ val specs2Version = "4.20.6"
40
41
Seq(
42
"org.specs2" %% "specs2-core" % specs2Version % Test,
0 commit comments