Skip to content

Commit 3e7a051

Browse files
chore(deps): bump scala-collection-compat_2.12 from 2.8.0 to 2.8.1 (#389)
* chore(deps): bump scala-collection-compat_2.12 from 2.8.0 to 2.8.1 Bumps [scala-collection-compat_2.12](https://github.com/scala/scala-collection-compat) from 2.8.0 to 2.8.1. - [Release notes](https://github.com/scala/scala-collection-compat/releases) - [Commits](scala/scala-collection-compat@v2.8.0...v2.8.1) --- updated-dependencies: - dependency-name: org.scala-lang.modules:scala-collection-compat_2.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * docs: update CHANGELOG.md Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jakub Bednář <[email protected]>
1 parent 309846b commit 3e7a051

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## 6.5.0 [unreleased]
22

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+
39
## 6.4.0 [2022-07-29]
410

511
### Release Notice

client-scala/cross/2.12/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
<dependency>
165165
<groupId>org.scala-lang.modules</groupId>
166166
<artifactId>scala-collection-compat_2.12</artifactId>
167-
<version>2.8.0</version>
167+
<version>2.8.1</version>
168168
<exclusions>
169169
<exclusion>
170170
<groupId>org.scala-lang</groupId>

0 commit comments

Comments
 (0)