Skip to content

Commit

Permalink
update scalafmt plugin version to fix build break
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss committed Aug 22, 2024
1 parent 110a0f4 commit ebc51cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@

buildscript {
repositories {
jcenter()
mavenCentral()
gradlePluginPortal()
}
dependencies {
classpath "cz.alenkacz:gradle-scalafmt:${gradle.scalafmt.version}"
classpath "gradle.plugin.cz.alenkacz:gradle-scalafmt:${gradle.scalafmt.version}"
}
}

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ gradle.ext.akka = [version : '2.6.12']
gradle.ext.akka_http = [version : '10.2.4']

gradle.ext.scalafmt = [
version: '1.5.0',
version: '1.5.1',
config: new File(rootProject.projectDir, '.scalafmt.conf')
]

0 comments on commit ebc51cf

Please sign in to comment.