Skip to content

Commit

Permalink
Update specs2-core to 4.20.7
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 12, 2024
1 parent d619f1a commit c30ab64
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.11"
libraryDependencies ++= Seq(
"org.apache.avro" % "avro" % "1.11.3",
"org.specs2" %% "specs2-core" % "4.20.4" % Test
"org.specs2" %% "specs2-core" % "4.20.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 @@ -39,7 +39,7 @@ lazy val root: Project = project
libraryDependencies ++= Seq(
"com.github.sbt" %% "transitive" % "0.0.1-SNAPSHOT" classifier "avro",
"com.github.sbt" %% "transitive" % "0.0.1-SNAPSHOT" % Test classifier "tests",
"org.specs2" %% "specs2-core" % "4.20.4" % Test
"org.specs2" %% "specs2-core" % "4.20.7" % Test
),
// add additional transitive test jar
avroDependencyIncludeFilter := avroDependencyIncludeFilter.value || artifactFilter(name = "transitive_2.13", classifier = "tests"),
Expand Down
2 changes: 1 addition & 1 deletion src/sbt-test/sbt-avro/recompile/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "recompile-test"
scalaVersion := "2.13.11"
libraryDependencies ++= Seq(
"org.apache.avro" % "avro" % avroCompilerVersion,
"org.specs2" %% "specs2-core" % "4.20.4" % Test
"org.specs2" %% "specs2-core" % "4.20.7" % Test
)

avroStringType := "String"
Expand Down
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.11"
libraryDependencies ++= Seq(
"org.apache.avro" % "avro" % avroCompilerVersion,
"org.specs2" %% "specs2-core" % "4.20.4" % Test
"org.specs2" %% "specs2-core" % "4.20.7" % Test
)

avroStringType := "String"
Expand Down

0 comments on commit c30ab64

Please sign in to comment.