Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kunli2 committed Oct 3, 2023
1 parent 4e6fd7d commit 45b458b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
}

// TODO compileOnly?
implementation("org.jetbrains.kotlin:kotlin-stlib-common:1.9.0")
implementation("org.jetbrains.kotlin:kotlin-stdlib-common:1.9.0")
implementation("org.jetbrains.kotlin:kotlin-reflect:1.9.0")
implementation("com.squareup.misk:misk-metrics:2023.09.27.194750-c3aa143")
implementation("io.micrometer:micrometer-core:latest.release")
Expand Down

0 comments on commit 45b458b

Please sign in to comment.