Skip to content

Commit

Permalink
fix(apexlink): rollback certain deps for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
azlam-abdulsalam committed Apr 17, 2024
1 parent 03d455a commit 0487907
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/apexlink/jars/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>org.scala-lang.modules</groupId>
<artifactId>scala-parallel-collections_2.13</artifactId>
<version>1.0.4</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
Expand All @@ -68,8 +68,8 @@
</dependency>
<dependency>
<groupId>org.scala-lang.modules</groupId>
<artifactId>scala-xml_3</artifactId>
<version>2.2.0</version>
<artifactId>scala-xml_2.13</artifactId>
<version>1.3.0</version>
</dependency>
</dependencies>

Expand Down
Binary file not shown.
Binary file not shown.
Binary file added packages/apexlink/jars/scala-xml_2.13-1.3.0.jar
Binary file not shown.
Binary file removed packages/apexlink/jars/scala-xml_3-2.2.0.jar
Binary file not shown.

0 comments on commit 0487907

Please sign in to comment.