Skip to content

Commit 94e081c

Browse files
authored
update scalafmt plugin version to fix build break (#82)
1 parent a3f8d24 commit 94e081c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

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

1818
buildscript {
1919
repositories {
20-
jcenter()
2120
mavenCentral()
21+
gradlePluginPortal()
2222
}
2323
dependencies {
24-
classpath "cz.alenkacz:gradle-scalafmt:${gradle.scalafmt.version}"
24+
classpath "gradle.plugin.cz.alenkacz:gradle-scalafmt:${gradle.scalafmt.version}"
2525
}
2626
}
2727

settings.gradle

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

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

0 commit comments

Comments
 (0)