Skip to content

Commit

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

* Update missing version

Co-authored-by: Michel Davit <[email protected]>
  • Loading branch information
scala-steward and RustedBones authored Jul 18, 2022
1 parent 0b07bb3 commit 02bf266
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.11.0"
val Specs2 = "4.15.0"
val Specs2 = "4.16.1"
}

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.11.0",
"org.specs2" %% "specs2-core" % "4.15.0" % Test
"org.specs2" %% "specs2-core" % "4.16.1" % 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,7 +42,7 @@ 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.15.0" % Test
"org.specs2" %% "specs2-core" % "4.16.1" % Test
),
Compile / avroUnpackDependencies / excludeFilter := (Compile / avroUnpackDependencies / excludeFilter).value || "exclude.avsc"
)
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.11.0",
"org.specs2" %% "specs2-core" % "4.15.0" % Test
"org.specs2" %% "specs2-core" % "4.16.1" % Test
)

avroStringType := "String"
Expand Down

0 comments on commit 02bf266

Please sign in to comment.