We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 110a0f4 commit d103cbbCopy full SHA for d103cbb
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
@@ -40,6 +40,6 @@ gradle.ext.akka = [version : '2.6.12']
40
gradle.ext.akka_http = [version : '10.2.4']
41
42
gradle.ext.scalafmt = [
43
- version: '1.5.0',
+ version: '1.5.1',
44
config: new File(rootProject.projectDir, '.scalafmt.conf')
45
]
0 commit comments