File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 82
82
</dependency >
83
83
<dependency >
84
84
<groupId >org.scala-sbt</groupId >
85
- <artifactId >compiler-bridge_2.12 </artifactId >
85
+ <artifactId >compiler-bridge_2.13 </artifactId >
86
86
<version >1.8.0</version >
87
87
</dependency >
88
88
</dependencies >
Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ let self = maven.buildMavenPackage rec {
8
8
buildOffline = true ;
9
9
10
10
manualMvnArtifacts = [
11
- "org.scala-lang:scala-compiler:2.12.18 "
11
+ "org.scala-lang:scala-compiler:2.13.13 "
12
12
"org.apache.maven.plugins:maven-compiler-plugin:3.7.0"
13
13
] ;
14
14
15
15
manualMvnSourceArtifacts = [
16
- "org.scala-sbt:compiler-bridge_2.12 :1.8.0"
16
+ "org.scala-sbt:compiler-bridge_2.13 :1.8.0"
17
17
] ;
18
18
19
19
passthru = {
You can’t perform that action at this time.
0 commit comments