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 70421a8 commit 428178fCopy full SHA for 428178f
server/build.gradle
@@ -52,7 +52,7 @@ dependencies {
52
implementation "org.jetbrains.exposed:exposed-dao:$exposedVersion"
53
implementation "org.jetbrains.exposed:exposed-jdbc:$exposedVersion"
54
implementation 'com.h2database:h2:1.4.200'
55
- implementation 'com.github.fwcd:ktfmt:22bd538a1c'
+ implementation 'com.github.fwcd.ktfmt:ktfmt:22bd538a1c'
56
implementation 'com.beust:jcommander:1.78'
57
58
testImplementation 'org.hamcrest:hamcrest-all:1.3'
0 commit comments