Skip to content

Commit

Permalink
Test ny dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
henriwi committed Aug 28, 2024
1 parent 2378431 commit 296379a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ dependencies {
// Serialization
implementation(libs.ktor.server.content.negotiation)
implementation(libs.ktor.serialization.kotlinx)
implementation(libs.kotlinx.datetime)

// Persistence
implementation(libs.postgres)
Expand Down
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jaxws-tools = { group = "com.sun.xml.ws", name = "jaxws-tools", version.ref = "j
assertj = { group = "org.assertj", name = "assertj-core", version.ref = "assertjVersion" }
testcontainers-postgresql = { group = "org.testcontainers", name = "postgresql", version.ref = "testcontainersVersion" }

kotlinx-datetime = { group = "org.jetbrains.kotlinx", name = "kotlinx-datetime-jvm", version = "0.6.1"}

[plugins]
kotlin-jvm = { id = "jvm", version.ref = "kotlinVersion" }
kotlin-serialization = { id = "plugin.serialization", version.ref = "kotlinVersion" }
Expand Down

0 comments on commit 296379a

Please sign in to comment.