Skip to content

Commit 41a755d

Browse files
authored
update scalafmt plugin version to fix build break (#162)
1 parent 1c0a872 commit 41a755d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@
1717

1818
buildscript {
1919
repositories {
20-
jcenter()
20+
mavenCentral()
21+
gradlePluginPortal()
2122
}
2223
dependencies {
23-
classpath "cz.alenkacz:gradle-scalafmt:${gradle.scalafmt.version}"
24+
classpath "gradle.plugin.cz.alenkacz:gradle-scalafmt:${gradle.scalafmt.version}"
2425
}
2526
}
2627

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ gradle.ext.akka = [version : '2.6.12']
3838
gradle.ext.akka_http = [version : '10.2.4']
3939

4040
gradle.ext.scalafmt = [
41-
version: '1.5.0',
41+
version: '1.5.1',
4242
config: new File(rootProject.projectDir, '.scalafmt.conf')
4343
]
4444

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy