Skip to content

Commit

Permalink
swapped the 2.13 dependency of json4s for 2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
iantmoore committed Jun 16, 2019
1 parent 8bb4a80 commit d7de2d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runner/Maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,13 @@
</dependency>
<dependency>
<groupId>org.json4s</groupId>
<artifactId>json4s-core_2.13</artifactId>
<artifactId>json4s-core_${scala.major.version}</artifactId>
<version>${json4s.version}</version>
</dependency>

<dependency>
<groupId>org.json4s</groupId>
<artifactId>json4s-native_2.13</artifactId>
<artifactId>json4s-native_${scala.major.version}</artifactId>
<version>${json4s.version}</version>
</dependency>

Expand Down

0 comments on commit d7de2d5

Please sign in to comment.