Skip to content

Commit 9e80de6

Browse files
authored
update gradle plugin version to fix build (#49)
1 parent 8df9be4 commit 9e80de6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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
@@ -31,7 +31,7 @@ gradle.ext.scala = [
3131
]
3232

3333
gradle.ext.scalafmt = [
34-
version: '1.5.0',
34+
version: '1.5.1',
3535
config: new File(rootProject.projectDir, '.scalafmt.conf')
3636
]
3737

0 commit comments

Comments
 (0)