Skip to content

Commit

Permalink
Merge branch 'master' into update/sbt-scalafmt-2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bplommer authored Jan 7, 2024
2 parents edb408a + 846b3d2 commit d0db6f2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val avroVersion = "1.11.1"
val avroVersion = "1.11.3"
val catsVersion = "2.9.0"
val disciplineScalaTestVersion = "2.2.0"
val enumeratumVersion = "1.7.2"
Expand Down
2 changes: 1 addition & 1 deletion modules/core/src/test/scala/vulcan/CodecSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ final class CodecSpec extends BaseSpec with CodecSpecHelpers {
.swap
.value
.message ==
"java.lang.IllegalArgumentException: Invalid fixed size: -1"
"org.apache.avro.AvroRuntimeException: Malformed data. Length is negative: -1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.8.2
sbt.version = 1.8.3
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.2")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.9.0")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.8")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.1")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")

0 comments on commit d0db6f2

Please sign in to comment.