We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 309846b commit 3e7a051Copy full SHA for 3e7a051
CHANGELOG.md
@@ -1,5 +1,11 @@
1
## 6.5.0 [unreleased]
2
3
+### Dependencies
4
+Update dependencies:
5
+
6
+#### Build:
7
+ - [#389](https://github.com/influxdata/influxdb-client-java/pull/389): `scala-collection-compat_2.12` to `2.8.1`
8
9
## 6.4.0 [2022-07-29]
10
11
### Release Notice
client-scala/cross/2.12/pom.xml
@@ -164,7 +164,7 @@
164
<dependency>
165
<groupId>org.scala-lang.modules</groupId>
166
<artifactId>scala-collection-compat_2.12</artifactId>
167
- <version>2.8.0</version>
+ <version>2.8.1</version>
168
<exclusions>
169
<exclusion>
170
<groupId>org.scala-lang</groupId>
0 commit comments