Skip to content

Commit 97cbf10

Browse files
authored
chore(deps): update scala to 2.13.9, remove scala coverage report plugin (#436)
1 parent 405f749 commit 97cbf10

File tree

2 files changed

+2
-33
lines changed

2 files changed

+2
-33
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Update dependencies:
55

66
#### Build:
77
- [#434](https://github.com/influxdata/influxdb-client-java/pull/434): `kotlin` to `1.7.20`
8+
- [#436](https://github.com/influxdata/influxdb-client-java/pull/436): `scala-library` to `2.13.9`
89

910
#### Test:
1011
- [#437](https://github.com/influxdata/influxdb-client-java/pull/437): `logback-classic` to `1.3.3`

client-scala/cross/2.13/pom.xml

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@
7272
</scm>
7373

7474
<properties>
75-
<scoverage-maven-plugin.version>1.4.11</scoverage-maven-plugin.version>
76-
<scala.version>2.13.8</scala.version>
75+
<scala.version>2.13.9</scala.version>
7776
<akka.version>2.6.20</akka.version>
7877
</properties>
7978

@@ -130,25 +129,6 @@
130129
</executions>
131130
</plugin>
132131

133-
<plugin>
134-
<groupId>org.scoverage</groupId>
135-
<artifactId>scoverage-maven-plugin</artifactId>
136-
<version>${scoverage-maven-plugin.version}</version>
137-
<configuration>
138-
<scalaVersion>${scala.version}</scalaVersion>
139-
<!-- other parameters -->
140-
</configuration>
141-
<executions>
142-
<execution>
143-
<id>report</id>
144-
<phase>test</phase>
145-
<goals>
146-
<goal>report</goal>
147-
</goals>
148-
</execution>
149-
</executions>
150-
</plugin>
151-
152132
<plugin>
153133
<groupId>com.mycila</groupId>
154134
<artifactId>license-maven-plugin</artifactId>
@@ -175,18 +155,6 @@
175155
<artifactId>scala-maven-plugin</artifactId>
176156
<version>${plugin.scala.version}</version>
177157
</plugin>
178-
<plugin>
179-
<groupId>org.scoverage</groupId>
180-
<artifactId>scoverage-maven-plugin</artifactId>
181-
<version>${scoverage-maven-plugin.version}</version>
182-
<reportSets>
183-
<reportSet>
184-
<reports>
185-
<report>report</report>
186-
</reports>
187-
</reportSet>
188-
</reportSets>
189-
</plugin>
190158
</plugins>
191159
</reporting>
192160

0 commit comments

Comments
 (0)