Skip to content

Commit

Permalink
[FIX]update jdbc driver
Browse files Browse the repository at this point in the history
  • Loading branch information
Xu committed Jun 18, 2023
1 parent d49f521 commit 8805f58
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group = "Scooper"
version = "0.8.9"
version = "0.8.10"

repositories {
mavenCentral()
Expand All @@ -21,9 +21,6 @@ repositories {

dependencies {
implementation(compose.desktop.currentOs)
implementation(compose.uiTooling)
implementation(compose.preview)
implementation(kotlin("stdlib-jdk8"))

implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1")
implementation("io.insert-koin:koin-core:3.3.2")
Expand All @@ -34,7 +31,7 @@ dependencies {
implementation("org.jetbrains.exposed:exposed-dao:0.40.1")
implementation("org.jetbrains.exposed:exposed-jdbc:0.40.1")
implementation("org.jetbrains.exposed:exposed-java-time:0.40.1")
implementation("org.xerial:sqlite-jdbc:3.40.0.0")
implementation("org.xerial:sqlite-jdbc:3.41.2.2")

implementation("org.slf4j:slf4j-api:2.0.5")
implementation("org.slf4j:slf4j-simple:2.0.5")
Expand Down

0 comments on commit 8805f58

Please sign in to comment.