Skip to content

Commit

Permalink
Merge pull request #111 from ie3-institute/dependabot/gradle/org.scal…
Browse files Browse the repository at this point in the history
…ameta-scalafmt-dynamic_2.13-3.0.2

Bump scalafmt-dynamic_2.13 from 3.0.1 to 3.0.2
  • Loading branch information
t-ober authored Sep 8, 2021
2 parents e6818cc + a704a43 commit a88ee2b
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.2'
// 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 a88ee2b

Please sign in to comment.