We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18f6f1f commit e7eb81cCopy full SHA for e7eb81c
build.gradle
@@ -49,7 +49,7 @@ dependencies {
49
// https://mvnrepository.com/artifact/org.scalameta/scalafmt-interfaces
50
implementation group: 'org.scalameta', name: 'scalafmt-interfaces', version: '3.7.17'
51
// https://mvnrepository.com/artifact/org.scalameta/scalafmt-dynamic
52
- implementation group: 'org.scalameta', name: "scalafmt-dynamic_${scalaVersion}", version: '3.7.17'
+ implementation group: 'org.scalameta', name: "scalafmt-dynamic_${scalaVersion}", version: '3.8.0'
53
54
55
/* PowerSystemDataModel */
0 commit comments