We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3f8d24 commit 94e081cCopy full SHA for 94e081c
2 files changed
build.gradle
@@ -17,11 +17,11 @@
17
18
buildscript {
19
repositories {
20
- jcenter()
21
mavenCentral()
+ gradlePluginPortal()
22
}
23
dependencies {
24
- classpath "cz.alenkacz:gradle-scalafmt:${gradle.scalafmt.version}"
+ classpath "gradle.plugin.cz.alenkacz:gradle-scalafmt:${gradle.scalafmt.version}"
25
26
27
settings.gradle
@@ -38,7 +38,7 @@ gradle.ext.scala = [
38
]
39
40
gradle.ext.scalafmt = [
41
- version: '1.5.0',
+ version: '1.5.1',
42
config: new File(rootProject.projectDir, '.scalafmt.conf')
43
44
0 commit comments