Skip to content

Commit

Permalink
0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
babyfish-ct committed Mar 26, 2022
1 parent 3c6f825 commit a5ce817
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions example/kimmer-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ plugins {
}

group = "org.babyfish.kimmer.example"
version = "0.3.0"
version = "0.3.1"

repositories {
mavenCentral()
}333

dependencies {
implementation(kotlin("stdlib"))
implementation("org.babyfish.kimmer:kimmer:0.3.0")
ksp("org.babyfish.kimmer:kimmer-ksp:0.3.0")
implementation("org.babyfish.kimmer:kimmer:0.3.1")
ksp("org.babyfish.kimmer:kimmer-ksp:0.3.1")
}

kotlin {
Expand Down
6 changes: 3 additions & 3 deletions example/kimmer-sql/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ plugins {
}

group = "org.babyfish.kimmer.sql.example"
version = "0.3.0"
version = "0.3.1"

repositories {
mavenCentral()
}

dependencies {
implementation(kotlin("stdlib"))
implementation("org.babyfish.kimmer:kimmer-sql:0.3.0")
ksp("org.babyfish.kimmer:kimmer-ksp:0.3.0")
implementation("org.babyfish.kimmer:kimmer-sql:0.3.1")
ksp("org.babyfish.kimmer:kimmer-ksp:0.3.1")
runtimeOnly("com.h2database:h2:2.1.210")
}

Expand Down

0 comments on commit a5ce817

Please sign in to comment.