Skip to content

Commit

Permalink
Bump scalafmt-dynamic_2.13 from 3.0.1 to 3.0.2
Browse files Browse the repository at this point in the history
Bumps [scalafmt-dynamic_2.13](https://github.com/scalameta/scalafmt) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/scalameta/scalafmt/releases)
- [Changelog](https://github.com/scalameta/scalafmt/blob/master/docs/CHANGELOG.md)
- [Commits](scalameta/scalafmt@v3.0.1...v3.0.2)

---
updated-dependencies:
- dependency-name: org.scalameta:scalafmt-dynamic_2.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 6, 2021
1 parent c86f2b3 commit ce98db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {
// https://mvnrepository.com/artifact/org.scalameta/scalafmt-interfaces
implementation group: 'org.scalameta', name: 'scalafmt-interfaces', version: '3.0.1'
// https://mvnrepository.com/artifact/org.scalameta/scalafmt-dynamic
implementation group: 'org.scalameta', name: "scalafmt-dynamic_${scalaVersion}", version: '3.0.1'
implementation group: 'org.scalameta', name: "scalafmt-dynamic_${scalaVersion}", version: '3.0.2'


implementation('com.github.ie3-institute:PowerSystemDataModel:2.0.1') {
Expand Down

0 comments on commit ce98db0

Please sign in to comment.