Skip to content

Commit

Permalink
Fix error handler crash
Browse files Browse the repository at this point in the history
#4983 will take some time, so let's fix it separately
  • Loading branch information
aperfilyev committed Jan 27, 2024
1 parent e353383 commit df68925
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sqldelight-idea-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ dependencies {

implementation projects.sqldelightCompiler

implementation libs.sqliteJdbc
implementation(libs.sqliteJdbc) {
exclude group: "org.slf4j"
}
implementation(libs.bugsnag) {
exclude group: "org.slf4j"
}
Expand Down

0 comments on commit df68925

Please sign in to comment.