Skip to content

Commit

Permalink
chore(deps): bump scala-library from 2.12.16 to 2.12.17 (#423)
Browse files Browse the repository at this point in the history
* chore(deps): bump scala-library from 2.12.16 to 2.12.17

Bumps [scala-library](https://github.com/scala/scala) from 2.12.16 to 2.12.17.
- [Release notes](https://github.com/scala/scala/releases)
- [Commits](scala/scala@v2.12.16...v2.12.17)

---
updated-dependencies:
- dependency-name: org.scala-lang:scala-library
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: revert for 2.13

* docs: update CHANGELOG.md

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jakub Bednář <[email protected]>
  • Loading branch information
dependabot[bot] and bednar authored Sep 15, 2022
1 parent 6be98b3 commit ff90e5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Update dependencies:
#### Build:
- [#412](https://github.com/influxdata/influxdb-client-java/pull/412), [#416](https://github.com/influxdata/influxdb-client-java/pull/416): `akka` to `2.6.20`
- [#420](https://github.com/influxdata/influxdb-client-java/pull/420): `micrometer-registry-influx` to `1.9.4`
- [#423](https://github.com/influxdata/influxdb-client-java/pull/423): `scala-library` to `2.12.17`

#### Maven Plugin:
- [#413](https://github.com/influxdata/influxdb-client-java/pull/413): `versions-maven-plugin` to `2.12.0`
Expand Down
2 changes: 1 addition & 1 deletion client-scala/cross/2.12/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
</scm>

<properties>
<scala.version>2.12.16</scala.version>
<scala.version>2.12.17</scala.version>
<akka.version>2.6.20</akka.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion client-scala/cross/2.13/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -270,4 +270,4 @@

</dependencies>

</project>
</project>

0 comments on commit ff90e5e

Please sign in to comment.