Skip to content

Commit

Permalink
build(deps): bump dev.adamko.kxstsgen:kxs-ts-gen-core
Browse files Browse the repository at this point in the history
Bumps [dev.adamko.kxstsgen:kxs-ts-gen-core](https://github.com/adamko-dev/kotlinx-serialization-typescript-generator) from 0.2.3 to 0.2.4.
- [Release notes](https://github.com/adamko-dev/kotlinx-serialization-typescript-generator/releases)
- [Commits](adamko-dev/kotlinx-serialization-typescript-generator@v0.2.3...v0.2.4)

---
updated-dependencies:
- dependency-name: dev.adamko.kxstsgen:kxs-ts-gen-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent fd904f9 commit 778141f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3")
testImplementation("io.mockk:mockk:1.13.9")

tstypesImplementation("dev.adamko.kxstsgen:kxs-ts-gen-core:0.2.3")
tstypesImplementation("dev.adamko.kxstsgen:kxs-ts-gen-core:0.2.4")

implementation("com.github.handymenny.pkts:pkts-core:00971fd")
}
Expand Down

0 comments on commit 778141f

Please sign in to comment.