|
4 | 4 | <modelVersion>4.0.0</modelVersion>
|
5 | 5 |
|
6 | 6 | <groupId>com.github.yruslan</groupId>
|
7 |
| - <artifactId>channel_scala_2.11</artifactId> |
| 7 | + <artifactId>channel_scala_2.13</artifactId> |
8 | 8 |
|
9 | 9 | <packaging>jar</packaging>
|
10 |
| - <version>0.1.1-SNAPSHOT</version> |
| 10 | + <version>0.1.2-SNAPSHOT</version> |
11 | 11 |
|
12 | 12 | <properties>
|
13 | 13 | <encoding>UTF-8</encoding>
|
14 | 14 | <maven.compiler.source>1.6</maven.compiler.source>
|
15 | 15 | <maven.compiler.target>1.6</maven.compiler.target>
|
16 | 16 | <maven.scala.version>3.2.2</maven.scala.version>
|
17 |
| - <scala.version>2.11.12</scala.version> |
18 |
| - <scala.compat.version>2.11</scala.compat.version> |
19 |
| - <specs.version>2.4.16</specs.version> |
20 |
| - <scalatest.version>3.1.4</scalatest.version> |
| 17 | + <scala.version>2.13.7</scala.version> |
| 18 | + <scala.compat.version>2.13</scala.compat.version> |
| 19 | + <scalatest.version>3.2.9</scalatest.version> |
21 | 20 | <scalatest.maven.version>1.0</scalatest.maven.version>
|
22 | 21 | </properties>
|
23 | 22 |
|
|
36 | 35 | <version>${scalatest.version}</version>
|
37 | 36 | <scope>test</scope>
|
38 | 37 | </dependency>
|
39 |
| - |
40 | 38 | </dependencies>
|
41 | 39 |
|
42 | 40 | <build>
|
|
71 | 69 | </executions>
|
72 | 70 | </plugin>
|
73 | 71 |
|
74 |
| - <!-- disable surefire --> |
75 |
| - <plugin> |
76 |
| - <artifactId>maven-surefire-plugin</artifactId> |
77 |
| - <version>2.19.1</version> |
78 |
| - <configuration> |
79 |
| - <skipTests>true</skipTests> |
80 |
| - </configuration> |
81 |
| - </plugin> |
82 |
| - |
83 | 72 | <!-- enable scalatest -->
|
84 | 73 | <plugin>
|
85 | 74 | <groupId>org.scalatest</groupId>
|
86 | 75 | <artifactId>scalatest-maven-plugin</artifactId>
|
87 | 76 | <version>${scalatest.maven.version}</version>
|
88 |
| - <configuration> |
89 |
| - <reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory> |
90 |
| - <junitxml>.</junitxml> |
91 |
| - <filereports>WDF TestSuite.txt</filereports> |
92 |
| - <argLine>-Xmx1024m</argLine> |
93 |
| - </configuration> |
94 | 77 | <executions>
|
95 | 78 | <execution>
|
96 | 79 | <id>test</id>
|
|
0 commit comments