Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
tpasipanodya committed Nov 10, 2023
1 parent 9355d4b commit 746a063
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ dependencies {
api("org.slf4j:slf4j-simple:2.0.7")
api("com.fasterxml.jackson.module:jackson-module-kotlin:2.15.2")
api("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2")
api("io.taff.exposed:exposed-core:0.8.1")
api("io.taff.exposed:exposed-jdbc:0.8.1")
api("io.taff.exposed:exposed-java-time:0.8.1")
api("io.taff.exposed:exposed-core:0.9.1")
api("io.taff.exposed:exposed-jdbc:0.9.1")
api("io.taff.exposed:exposed-java-time:0.9.1")
implementation("org.postgresql:postgresql:42.6.0")
testImplementation("io.taff:spek-expekt:0.10.3")
testImplementation(enforcedPlatform("org.junit:junit-bom:5.9.3"))
Expand Down

0 comments on commit 746a063

Please sign in to comment.