Skip to content

Commit c2a100c

Browse files
authored
upgrade scalafmt plugin version to fix build (#104)
1 parent 0c9ee4c commit c2a100c

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@
1717

1818
buildscript {
1919
repositories {
20-
jcenter()
20+
mavenCentral()
21+
gradlePluginPortal()
2122
}
2223
dependencies {
23-
classpath "cz.alenkacz:gradle-scalafmt:${gradle.scalafmt.version}"
24+
classpath "gradle.plugin.cz.alenkacz:gradle-scalafmt:${gradle.scalafmt.version}"
2425
}
2526
}
2627

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ gradle.ext.scala = [
3636
]
3737

3838
gradle.ext.scalafmt = [
39-
version: '1.5.0',
39+
version: '1.5.1',
4040
config: new File(rootProject.projectDir, '.scalafmt.conf')
4141
]
4242

0 commit comments

Comments
 (0)