Skip to content

Commit

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

* Update missed spec2 version

---------

Co-authored-by: Michel Davit <[email protected]>
  • Loading branch information
scala-steward and RustedBones authored Aug 20, 2024
1 parent 5c31842 commit 6bd6bdf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.12.0"
val Specs2 = "4.20.4"
val Specs2 = "4.20.8"
}

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.11"
libraryDependencies ++= Seq(
"org.apache.avro" % "avro" % avroCompilerVersion,
"org.specs2" %% "specs2-core" % "4.20.4" % Test
"org.specs2" %% "specs2-core" % "4.20.8" % 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.8" % 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.8" % 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.8" % Test
)

avroStringType := "String"
Expand Down

0 comments on commit 6bd6bdf

Please sign in to comment.