File tree 2 files changed +2
-33
lines changed 2 files changed +2
-33
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ Update dependencies:
5
5
6
6
#### Build:
7
7
- [ #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 `
8
9
9
10
#### Test:
10
11
- [ #437 ] ( https://github.com/influxdata/influxdb-client-java/pull/437 ) : ` logback-classic ` to ` 1.3.3 `
Original file line number Diff line number Diff line change 72
72
</scm >
73
73
74
74
<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>
77
76
<akka .version>2.6.20</akka .version>
78
77
</properties >
79
78
130
129
</executions >
131
130
</plugin >
132
131
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
-
152
132
<plugin >
153
133
<groupId >com.mycila</groupId >
154
134
<artifactId >license-maven-plugin</artifactId >
175
155
<artifactId >scala-maven-plugin</artifactId >
176
156
<version >${plugin.scala.version} </version >
177
157
</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 >
190
158
</plugins >
191
159
</reporting >
192
160
You can’t perform that action at this time.
0 commit comments