Skip to content

Commit

Permalink
Update specs2-core to 4.12.7 (#90)
Browse files Browse the repository at this point in the history
* Update specs2-core to 4.12.7

* Add missing update

Co-authored-by: Michel Davit <[email protected]>
  • Loading branch information
scala-steward and RustedBones authored Sep 2, 2021
1 parent 710b9a7 commit dd0be43
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ object Dependencies {

object Versions {
val Avro = "1.10.2"
val Specs2 = "4.12.3"
val Specs2 = "4.12.7"
}

object Provided {
Expand Down
2 changes: 1 addition & 1 deletion src/sbt-test/sbt-avro/avscparser/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name := "avscparser-test"
scalaVersion := "2.13.6"
libraryDependencies ++= Seq(
"org.apache.avro" % "avro" % "1.10.2",
"org.specs2" %% "specs2-core" % "4.12.3" % Test
"org.specs2" %% "specs2-core" % "4.12.7" % Test
)
avroSchemaParserBuilder := AnnotateWithArtifactSchemaParser
.newBuilder(projectID.value)
Expand Down
2 changes: 1 addition & 1 deletion src/sbt-test/sbt-avro/publishing/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ lazy val root: Project = project
moduleFilter(organization = "org.apache.avro", name = "avro"),
libraryDependencies ++= Seq(
"com.github.sbt" %% "transitive" % "0.0.1-SNAPSHOT" classifier "avro",
"org.specs2" %% "specs2-core" % "4.12.3" % Test
"org.specs2" %% "specs2-core" % "4.12.7" % Test
)
)
2 changes: 1 addition & 1 deletion src/sbt-test/sbt-avro/settings/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "settings-test"
scalaVersion := "2.13.6"
libraryDependencies ++= Seq(
"org.apache.avro" % "avro" % "1.10.2",
"org.specs2" %% "specs2-core" % "4.12.3" % Test
"org.specs2" %% "specs2-core" % "4.12.7" % Test
)

avroStringType := "String"
Expand Down

0 comments on commit dd0be43

Please sign in to comment.