We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c9ee4c commit c2a100cCopy full SHA for c2a100c
2 files changed
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
@@ -36,7 +36,7 @@ gradle.ext.scala = [
36
]
37
38
gradle.ext.scalafmt = [
39
- version: '1.5.0',
+ version: '1.5.1',
40
config: new File(rootProject.projectDir, '.scalafmt.conf')
41
42
0 commit comments