|
15 | 15 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
16 | 16 |
|
17 | 17 | <java.version>11</java.version>
|
18 |
| - <scala.version>2.12.13</scala.version> |
| 18 | + <scala.version>2.13.13</scala.version> |
19 | 19 | <json4s.jackson.version>4.0.7</json4s.jackson.version>
|
20 | 20 | <json4s.ext.version>4.0.7</json4s.ext.version>
|
21 | 21 | <akka.version>2.8.5</akka.version>
|
|
43 | 43 | </dependency>
|
44 | 44 | <dependency>
|
45 | 45 | <groupId>com.typesafe.akka</groupId>
|
46 |
| - <artifactId>akka-actor_2.12</artifactId> |
| 46 | + <artifactId>akka-actor_2.13</artifactId> |
47 | 47 | <version>${akka.version}</version>
|
48 | 48 | </dependency>
|
49 | 49 | <dependency>
|
50 | 50 | <groupId>com.typesafe.akka</groupId>
|
51 |
| - <artifactId>akka-stream_2.12</artifactId> |
| 51 | + <artifactId>akka-stream_2.13</artifactId> |
52 | 52 | <version>${akka.version}</version>
|
53 | 53 | </dependency>
|
54 | 54 | <dependency>
|
55 | 55 | <groupId>com.typesafe.akka</groupId>
|
56 |
| - <artifactId>akka-http_2.12</artifactId> |
| 56 | + <artifactId>akka-http_2.13</artifactId> |
57 | 57 | <version>${akka.http.version}</version>
|
58 | 58 | </dependency>
|
59 | 59 | <dependency>
|
60 | 60 | <groupId>org.json4s</groupId>
|
61 |
| - <artifactId>json4s-jackson_2.12</artifactId> |
| 61 | + <artifactId>json4s-jackson_2.13</artifactId> |
62 | 62 | <version>${json4s.jackson.version}</version>
|
63 | 63 | </dependency>
|
64 | 64 | <dependency>
|
65 | 65 | <groupId>org.json4s</groupId>
|
66 |
| - <artifactId>json4s-ext_2.12</artifactId> |
| 66 | + <artifactId>json4s-ext_2.13</artifactId> |
67 | 67 | <version>${json4s.jackson.version}</version>
|
68 | 68 | </dependency>
|
69 | 69 | <dependency>
|
70 | 70 | <groupId>de.heikoseeberger</groupId>
|
71 |
| - <artifactId>akka-http-json4s_2.12</artifactId> |
| 71 | + <artifactId>akka-http-json4s_2.13</artifactId> |
72 | 72 | <version>${akka.http.json4s.version}</version>
|
73 | 73 | </dependency>
|
74 | 74 | <dependency>
|
75 | 75 | <groupId>org.scala-lang.modules</groupId>
|
76 |
| - <artifactId>scala-collection-compat_2.12</artifactId> |
| 76 | + <artifactId>scala-collection-compat_2.13</artifactId> |
77 | 77 | <version>${scala.compat.version}</version>
|
78 | 78 | </dependency>
|
79 | 79 |
|
80 | 80 | <!--test dependencies-->
|
81 | 81 | <dependency>
|
82 | 82 | <groupId>org.scalatest</groupId>
|
83 |
| - <artifactId>scalatest_2.12</artifactId> |
| 83 | + <artifactId>scalatest_2.13</artifactId> |
84 | 84 | <version>${scala.test.version}</version>
|
85 | 85 | <scope>test</scope>
|
86 | 86 | </dependency>
|
87 | 87 | <dependency>
|
88 | 88 | <groupId>org.scalatestplus</groupId>
|
89 |
| - <artifactId>junit-5-10_2.12</artifactId> |
| 89 | + <artifactId>junit-5-10_2.13</artifactId> |
90 | 90 | <version>${scala.test.plus.version}</version>
|
91 | 91 | <scope>test</scope>
|
92 | 92 | </dependency>
|
|
0 commit comments