Skip to content

Commit

Permalink
Update Scala compiler bridge dependency to 2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott-Guest committed Apr 9, 2024
1 parent f0dbb20 commit 087d7cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion matching/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
</dependency>
<dependency>
<groupId>org.scala-sbt</groupId>
<artifactId>compiler-bridge_2.12</artifactId>
<artifactId>compiler-bridge_2.13</artifactId>
<version>1.8.0</version>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions nix/llvm-backend-matching.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ let self = maven.buildMavenPackage rec {
buildOffline = true;

manualMvnArtifacts = [
"org.scala-lang:scala-compiler:2.12.18"
"org.scala-lang:scala-compiler:2.13.13"
"org.apache.maven.plugins:maven-compiler-plugin:3.7.0"
];

manualMvnSourceArtifacts = [
"org.scala-sbt:compiler-bridge_2.12:1.8.0"
"org.scala-sbt:compiler-bridge_2.13:1.8.0"
];

passthru = {
Expand Down

0 comments on commit 087d7cb

Please sign in to comment.