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 7c2df77 commit bbb1ceeCopy full SHA for bbb1cee
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.8.0'
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