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 1c0a872 commit 41a755dCopy full SHA for 41a755d
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
@@ -38,7 +38,7 @@ gradle.ext.akka = [version : '2.6.12']
38
gradle.ext.akka_http = [version : '10.2.4']
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