Skip to content

Commit

Permalink
Update scala, json4s etc. to newer versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksiAhtiainen committed Dec 15, 2023
1 parent 2f89de4 commit 27d5337
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<name>fi.vm.sade</name>
</organization>
<properties>
<scala.version>2.12.15</scala.version>
<json4s.version>4.0.6</json4s.version>
<scala.version>2.12.18</scala.version>
<json4s.version>4.0.7</json4s.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
Expand Down Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.10.0</version>
<version>1.11.0</version>
</dependency>
<!-- test deps -->
<dependency>
Expand All @@ -66,7 +66,7 @@
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.12</artifactId>
<version>3.2.9</version>
<version>3.2.17</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 27d5337

Please sign in to comment.