Skip to content

Commit f4724e7

Browse files
committed
Update ADAM dependency version to 0.37.0.
1 parent ca065cf commit f4724e7

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Install
1313

1414
* JDK 1.8 or later, http://openjdk.java.net
1515
* 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
1818

1919
To build
2020

@@ -35,10 +35,10 @@ Welcome to
3535
____ __
3636
/ __/__ ___ _____/ /__
3737
_\ \/ _ \/ _ `/ __/ '_/
38-
/___/ .__/\_,_/_/ /_/\_\ version 3.1.2
38+
/___/ .__/\_,_/_/ /_/\_\ version 3.2.0
3939
/_/
4040
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)
4242
Type in expressions to have them evaluated.
4343
Type :help for more information.
4444

pom.xml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,19 +61,19 @@
6161
</license>
6262
</licenses>
6363
<properties>
64-
<adam.version>0.36.0</adam.version>
64+
<adam.version>0.37.0</adam.version>
6565
<bdg-convert.version>0.12.0</bdg-convert.version>
6666
<biojava.version>6.0.4</biojava.version>
6767
<jdk.version>1.8</jdk.version>
6868
<junit.version>4.13.2</junit.version>
6969
<maven.enforcer.jdk-version>[1.8,)</maven.enforcer.jdk-version>
7070
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
7171
<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>
7474
<scala.version.prefix>2.12</scala.version.prefix>
7575
<slf4j.version>1.7.30</slf4j.version>
76-
<spark.version>3.1.2</spark.version>
76+
<spark.version>3.2.0</spark.version>
7777
</properties>
7878
<build>
7979
<pluginManagement>
@@ -344,10 +344,6 @@
344344
<groupId>com.google.code.findbugs</groupId>
345345
<artifactId>jsr305</artifactId>
346346
</exclusion>
347-
<exclusion>
348-
<groupId>com.google.inject</groupId>
349-
<artifactId>guice</artifactId>
350-
</exclusion>
351347
<exclusion>
352348
<groupId>org.apache.avro</groupId>
353349
<artifactId>avro</artifactId>

0 commit comments

Comments
 (0)