Skip to content

Commit

Permalink
Remove parent inherited parts
Browse files Browse the repository at this point in the history
  • Loading branch information
Baltoli committed Dec 12, 2023
1 parent 9870e75 commit 20d58c7
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions matching/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,6 @@
</repository>
</repositories>

<properties>
<scala.majorVersion>2.12</scala.majorVersion>
<scala.minorVersion>18</scala.minorVersion>
<scala.version>${scala.majorVersion}.${scala.minorVersion}</scala.version>
<spotless.version>2.41.1</spotless.version>
<scalafmt.version>3.7.17</scalafmt.version>
</properties>

<dependencies>
<dependency>
<groupId>com.runtimeverification.k</groupId>
Expand Down Expand Up @@ -67,16 +59,6 @@
<version>1.4</version>
<classifier>linux64</classifier>
</dependency>
<dependency>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>${spotless.version}</version>
</dependency>
<dependency>
<groupId>org.scalameta</groupId>
<artifactId>scalafmt-core_${scala.majorVersion}</artifactId>
<version>${scalafmt.version}</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 20d58c7

Please sign in to comment.