Skip to content

Commit

Permalink
Update maven-compat to 3.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and blast-hardcheese committed Apr 5, 2022
1 parent b2138c2 commit e1cde3e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,11 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven-aether-provider.version>3.0</maven-aether-provider.version>
<maven-artifact-transfer.version>0.13.1</maven-artifact-transfer.version>
<maven-plugin-annotations.version>3.6.4</maven-plugin-annotations.version>
<maven-plugin-api.version>3.8.5</maven-plugin-api.version>
<maven-project.version>3.0</maven-project.version>
<maven-project.version>3.8.5</maven-project.version>
<plexus-utils.version>3.3.1</plexus-utils.version>
<scala.binary.version>2.12</scala.binary.version>
<scala.version>2.12.15</scala.version>
Expand Down Expand Up @@ -152,7 +153,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-aether-provider</artifactId>
<version>${maven-project.version}</version>
<version>${maven-aether-provider.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit e1cde3e

Please sign in to comment.