Skip to content

Commit 812f404

Browse files
Update borer-core to 1.15.0 (#183)
1 parent 1e3aa62 commit 812f404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ lazy val `examples` = (project in file("modules/examples"))
147147
"org.apache.flink" % "flink-connector-files" % "1.20.0" % Provided,
148148
"org.apache.flink" % "flink-table-runtime" % "1.20.0" % Provided,
149149
"org.apache.flink" % "flink-table-planner-loader" % "1.20.0" % Provided,
150-
"io.bullet" %% "borer-core" % "1.14.1" % Provided,
150+
"io.bullet" %% "borer-core" % "1.15.0" % Provided,
151151
"ch.qos.logback" % "logback-classic" % "1.4.14" % Provided,
152152
"org.apache.flink" % "flink-test-utils" % "1.20.0" % Test,
153153
"org.apache.flink" % "flink-streaming-java" % "1.20.0" % Test classifier "tests",

0 commit comments

Comments
 (0)