Skip to content

Commit 2ba8768

Browse files
committed
chore: exoquery updates
1 parent 056a4b2 commit 2ba8768

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ kotlinx-dataframe = "1.0.0-Beta1"
4747
kotlinx-kandy = "0.8.0"
4848
kotlin-statistics = "0.4.0-RC1"
4949
gradle-kotlin-dsl = "6.1.2"
50-
exoquery-plugin = "2.1.20-1.2.4.PL"
51-
exoquery-sql = "1.2.4.PL-1.2.4"
50+
exoquery-plugin = "2.1.20-1.2.5.PL"
51+
exoquery-sql = "1.2.5.PL-1.2.5"
5252
exposed = "1.0.0-beta-2"
5353
postgresql = "42.7.5"
5454
embedded-postgres = "2.1.0"
@@ -429,7 +429,6 @@ exposed-money = { module = "org.jetbrains.exposed:exposed
429429
exposed-migration = { module = "org.jetbrains.exposed:exposed-migration" , version.ref = "exposed"}
430430
postgresql = { module = "org.postgresql:postgresql" , version.ref = "postgresql"}
431431
hikariCP = { module = "com.zaxxer:HikariCP" , version.ref = "hikariCP"}
432-
exoquery-engine = { module = "io.exoquery:exoquery-engine" , version.ref = "exoquery-sql" }
433432
exoquery-runner-core = { module = "io.exoquery:exoquery-runner-core" , version.ref = "exoquery-sql" }
434433
exoquery-runner-jdbc = { module = "io.exoquery:exoquery-runner-jdbc" , version.ref = "exoquery-sql"}
435434
exoquery-runner-native = { module = "io.exoquery:exoquery-runner-native" , version.ref = "exoquery-sql"}

0 commit comments

Comments
 (0)