Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
⬆️ Exposed 0.30.2
Browse files Browse the repository at this point in the history
  • Loading branch information
monun committed Apr 23, 2021
1 parent 5f8a64c commit 3d5a6c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
kotlin.code.style=official
group=com.github.noonmaru
version=1.0.5
version=1.0.6
2 changes: 1 addition & 1 deletion v1.4.32/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
implementation(kotlin("reflect"))
implementation(kotlinx("kotlinx-serialization-json", "1.1.0"))
implementation(kotlinx("kotlinx-coroutines-core", "1.4.3"))
val exposedVersion = "0.29.1"
val exposedVersion = "0.30.2"
implementation("org.jetbrains.exposed:exposed-core:$exposedVersion")
implementation("org.jetbrains.exposed:exposed-dao:$exposedVersion")
implementation("org.jetbrains.exposed:exposed-jdbc:$exposedVersion")
Expand Down

0 comments on commit 3d5a6c7

Please sign in to comment.