Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Install

* JDK 1.8 or later, http://openjdk.java.net
* Apache Maven 3.6.3 or later, http://maven.apache.org
* Apache Spark 3.1.2 or later, http://spark.apache.org
* ADAM: Genomic Data System 0.36.0 or later, https://github.com/bigdatagenomics/adam
* Apache Spark 3.2.0 or later, http://spark.apache.org
* ADAM: Genomic Data System 0.37.0 or later, https://github.com/bigdatagenomics/adam

To build

Expand All @@ -35,10 +35,10 @@ Welcome to
____ __
/ __/__ ___ _____/ /__
_\ \/ _ \/ _ `/ __/ '_/
/___/ .__/\_,_/_/ /_/\_\ version 3.1.2
/___/ .__/\_,_/_/ /_/\_\ version 3.2.0
/_/

Using Scala version 2.12.10 (Java HotSpot(TM) 64-Bit Server VM, Java 1.8.0_191)
Using Scala version 2.12.15 (Java HotSpot(TM) 64-Bit Server VM, Java 1.8.0_191)
Type in expressions to have them evaluated.
Type :help for more information.

Expand Down
12 changes: 4 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,19 +61,19 @@
</license>
</licenses>
<properties>
<adam.version>0.36.0</adam.version>
<adam.version>0.37.0</adam.version>
<bdg-convert.version>0.12.0</bdg-convert.version>
<biojava.version>6.0.4</biojava.version>
<jdk.version>1.8</jdk.version>
<junit.version>4.13.2</junit.version>
<maven.enforcer.jdk-version>[1.8,)</maven.enforcer.jdk-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.targetEncoding>UTF-8</project.build.targetEncoding>
<scala-guice.version>4.2.6</scala-guice.version>
<scala.version>2.12.10</scala.version>
<scala-guice.version>5.0.1</scala-guice.version>
<scala.version>2.12.15</scala.version>
<scala.version.prefix>2.12</scala.version.prefix>
<slf4j.version>1.7.30</slf4j.version>
<spark.version>3.1.2</spark.version>
<spark.version>3.2.0</spark.version>
</properties>
<build>
<pluginManagement>
Expand Down Expand Up @@ -344,10 +344,6 @@
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
Expand Down