Skip to content

Commit

Permalink
Update to latest version of sqlite lib
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinvandenbreemen committed Nov 2, 2023
1 parent 848652f commit f22fcb6
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 @@ -14,7 +14,7 @@ repositories {

dependencies {

val sqlite_version = "3.43.0.0"
val sqlite_version = "3.43.2.2"

implementation(kotlin("stdlib"))
testImplementation("org.junit.jupiter:junit-jupiter-api:5.6.0")
Expand Down

0 comments on commit f22fcb6

Please sign in to comment.