Skip to content

Commit

Permalink
Update borer-core to 1.14.1 (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 7, 2024
1 parent f45c187 commit 92c1427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ lazy val `examples` = (project in file("modules/examples"))
"org.apache.flink" % "flink-connector-files" % "1.18.1" % Provided,
"org.apache.flink" % "flink-table-runtime" % "1.18.1" % Provided,
"org.apache.flink" % "flink-table-planner-loader" % "1.18.1" % Provided,
"io.bullet" %% "borer-core" % "1.14.0" % Provided,
"io.bullet" %% "borer-core" % "1.14.1" % Provided,
"ch.qos.logback" % "logback-classic" % "1.4.14" % Provided,
"org.apache.flink" % "flink-test-utils" % "1.18.1" % Test,
"org.apache.flink" % "flink-streaming-java" % "1.18.1" % Test classifier "tests",
Expand Down

0 comments on commit 92c1427

Please sign in to comment.