File tree Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ Install
13
13
14
14
* JDK 1.8 or later, http://openjdk.java.net
15
15
* Apache Maven 3.6.3 or later, http://maven.apache.org
16
- * Apache Spark 3.1.2 or later, http://spark.apache.org
17
- * ADAM: Genomic Data System 0.36 .0 or later, https://github.com/bigdatagenomics/adam
16
+ * Apache Spark 3.2.0 or later, http://spark.apache.org
17
+ * ADAM: Genomic Data System 0.37 .0 or later, https://github.com/bigdatagenomics/adam
18
18
19
19
To build
20
20
@@ -35,10 +35,10 @@ Welcome to
35
35
____ __
36
36
/ __/__ ___ _____/ /__
37
37
_\ \/ _ \/ _ `/ __/ '_/
38
- /___/ .__/\_,_/_/ /_/\_\ version 3.1.2
38
+ /___/ .__/\_,_/_/ /_/\_\ version 3.2.0
39
39
/_/
40
40
41
- Using Scala version 2.12.10 (Java HotSpot(TM) 64-Bit Server VM, Java 1.8.0_191)
41
+ Using Scala version 2.12.15 (Java HotSpot(TM) 64-Bit Server VM, Java 1.8.0_191)
42
42
Type in expressions to have them evaluated.
43
43
Type :help for more information.
44
44
Original file line number Diff line number Diff line change 61
61
</license >
62
62
</licenses >
63
63
<properties >
64
- <adam .version>0.36 .0</adam .version>
64
+ <adam .version>0.37 .0</adam .version>
65
65
<bdg-convert .version>0.12.0</bdg-convert .version>
66
66
<biojava .version>6.0.4</biojava .version>
67
67
<jdk .version>1.8</jdk .version>
68
68
<junit .version>4.13.2</junit .version>
69
69
<maven .enforcer.jdk-version>[1.8,)</maven .enforcer.jdk-version>
70
70
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
71
71
<project .build.targetEncoding>UTF-8</project .build.targetEncoding>
72
- <scala-guice .version>4.2.6 </scala-guice .version>
73
- <scala .version>2.12.10 </scala .version>
72
+ <scala-guice .version>5.0.1 </scala-guice .version>
73
+ <scala .version>2.12.15 </scala .version>
74
74
<scala .version.prefix>2.12</scala .version.prefix>
75
75
<slf4j .version>1.7.30</slf4j .version>
76
- <spark .version>3.1.2 </spark .version>
76
+ <spark .version>3.2.0 </spark .version>
77
77
</properties >
78
78
<build >
79
79
<pluginManagement >
344
344
<groupId >com.google.code.findbugs</groupId >
345
345
<artifactId >jsr305</artifactId >
346
346
</exclusion >
347
- <exclusion >
348
- <groupId >com.google.inject</groupId >
349
- <artifactId >guice</artifactId >
350
- </exclusion >
351
347
<exclusion >
352
348
<groupId >org.apache.avro</groupId >
353
349
<artifactId >avro</artifactId >
You can’t perform that action at this time.
0 commit comments