Skip to content

Commit

Permalink
Update avro to 1.11.4 in scala2 (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 28, 2024
1 parent 4fe1f34 commit 1b44ff6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ lazy val coulomb_typesafe_config = (project in file("coulomb-typesafe-config"))
.settings(libraryDependencies ++= coulombTypesafeConfigDeps)

def coulombAvroDeps = Seq(
"org.apache.avro" % "avro" % "1.11.3" % Provided
"org.apache.avro" % "avro" % "1.11.4" % Provided
)

lazy val coulomb_avro = (project in file("coulomb-avro"))
Expand Down
2 changes: 1 addition & 1 deletion coulomb-avro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The package `coulomb-avro` provides an integration of unit parsing with Avro sch
libraryDependencies ++= Seq(
"com.manyangled" %% "coulomb-avro" % "0.5.8",
"com.manyangled" %% "coulomb-parser" % "0.5.8",
"org.apache.avro" % "avro" % "1.11.3",
"org.apache.avro" % "avro" % "1.11.4",
"org.scala-lang.modules" %% "scala-parser-combinators" % "2.4.0"
)
```
Expand Down

0 comments on commit 1b44ff6

Please sign in to comment.