File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -179,6 +179,7 @@ flexible messaging model and an intuitive client API.</description>
179179 <elasticsearch-java .version>8.5.2</elasticsearch-java .version>
180180 <trino .version>363</trino .version>
181181 <scala .binary.version>2.13</scala .binary.version>
182+ <scala-library .version>2.13.10</scala-library .version>
182183 <debezium .version>1.9.7.Final</debezium .version>
183184 <debezium .postgresql.version>42.5.0</debezium .postgresql.version>
184185 <debezium .mysql.version>8.0.30</debezium .mysql.version>
@@ -1339,6 +1340,18 @@ flexible messaging model and an intuitive client API.</description>
13391340 <version >${roaringbitmap.version} </version >
13401341 </dependency >
13411342
1343+ <dependency >
1344+ <groupId >org.scala-lang</groupId >
1345+ <artifactId >scala-library</artifactId >
1346+ <version >${scala-library.version} </version >
1347+ </dependency >
1348+
1349+ <dependency >
1350+ <groupId >org.scala-lang</groupId >
1351+ <artifactId >scala-reflect</artifactId >
1352+ <version >${scala-library.version} </version >
1353+ </dependency >
1354+
13421355 </dependencies >
13431356 </dependencyManagement >
13441357
You can’t perform that action at this time.
0 commit comments