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 8df9be4 commit 9e80de6Copy full SHA for 9e80de6
build.gradle
@@ -17,10 +17,11 @@
17
18
buildscript {
19
repositories {
20
- jcenter()
+ mavenCentral()
21
+ gradlePluginPortal()
22
}
23
dependencies {
- classpath "cz.alenkacz:gradle-scalafmt:${gradle.scalafmt.version}"
24
+ classpath "gradle.plugin.cz.alenkacz:gradle-scalafmt:${gradle.scalafmt.version}"
25
26
27
settings.gradle
@@ -31,7 +31,7 @@ gradle.ext.scala = [
31
]
32
33
gradle.ext.scalafmt = [
34
- version: '1.5.0',
+ version: '1.5.1',
35
config: new File(rootProject.projectDir, '.scalafmt.conf')
36
37
0 commit comments