Skip to content

Commit

Permalink
Update specs2-core to 4.10.6 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 18, 2021
1 parent 1aa0dbc commit ce14c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ lazy val commonSettings = Seq(
scalaVersion := "2.13.3",
crossScalaVersions := Seq("2.12.12", "2.13.3"),

libraryDependencies ++= Seq("org.specs2" %% "specs2-core" % "4.10.5"),
libraryDependencies ++= Seq("org.specs2" %% "specs2-core" % "4.10.6"),

scalariformPreferences := scalariformPreferences.value
.setPreference(DanglingCloseParenthesis, Prevent)
Expand Down

0 comments on commit ce14c8e

Please sign in to comment.