Skip to content

Commit

Permalink
Fix group typo in new mysql connector
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcell committed Aug 16, 2023
1 parent 936f711 commit 37e9fdf
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 @@ -21,7 +21,7 @@ val ktorVersion: String by project

dependencies {
implementation("io.netty:netty-all:4.1.96.Final")
implementation("mysql", "mysql-connector-j", "8.0.33")
implementation("com.mysql", "mysql-connector-j", "8.0.33")
implementation("org.graalvm.js", "js-scriptengine", "23.0.1")
implementation("org.graalvm.js", "js", "23.0.1")
implementation("org.jetbrains.exposed", "exposed-core", exposedVersion)
Expand Down

0 comments on commit 37e9fdf

Please sign in to comment.