File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 <version >0.1</version >
1010
1111 <properties >
12- <ver .scala>2.11 .8</ver .scala>
12+ <ver .scala>2.12 .8</ver .scala>
1313 </properties >
1414
1515 <build >
4646 <plugin >
4747 <groupId >net.alchim31.maven</groupId >
4848 <artifactId >scala-maven-plugin</artifactId >
49- <version >3.2.1 </version >
49+ <version >3.4.4 </version >
5050 <executions >
5151 <execution >
5252 <id >compile-scala</id >
6767 <args >
6868 <arg >-feature</arg >
6969 </args >
70- <scalaCompatVersion >2.11 </scalaCompatVersion >
70+ <scalaCompatVersion >2.12 </scalaCompatVersion >
7171 <ccTestGoals >scatatest:test</ccTestGoals >
7272 </configuration >
7373 </plugin >
7474 <plugin >
7575 <groupId >org.scalatest</groupId >
7676 <artifactId >scalatest-maven-plugin</artifactId >
77- <version >1 .0</version >
77+ <version >2.0 .0</version >
7878 <configuration >
7979 <reportsDirectory >${project.build.directory} /surefire-reports</reportsDirectory >
8080 <junitxml >.</junitxml >
107107 </dependency >
108108 <dependency >
109109 <groupId >org.scalatest</groupId >
110- <artifactId >scalatest_2.11 </artifactId >
111- <version >3.0.5 </version >
110+ <artifactId >scalatest_2.12 </artifactId >
111+ <version >3.2.0-SNAP9 </version >
112112 <scope >test</scope >
113113 </dependency >
114114 <dependency >
115115 <groupId >org.scalamock</groupId >
116- <artifactId >scalamock_2.11 </artifactId >
116+ <artifactId >scalamock_2.12 </artifactId >
117117 <version >4.1.0</version >
118118 <scope >test</scope >
119119 </dependency >
You can’t perform that action at this time.
0 commit comments