Skip to content

Commit

Permalink
Version 1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
turansky committed Aug 17, 2023
1 parent 089cf64 commit 1ed6e4c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ To add Seskar to your project, you need to the following configuration to your p
```kotlin
plugins {
kotlin("js") version "1.9.0"
id("io.github.turansky.seskar") version "1.16.0"
id("io.github.turansky.seskar") version "1.17.0"
}

// browser target
dependencies {
implementation("io.github.turansky.seskar:seskar-core:1.16.0")
implementation("io.github.turansky.seskar:seskar-core:1.17.0")
}
```

Expand Down
4 changes: 2 additions & 2 deletions isolated-test/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
plugins {
kotlin("multiplatform") apply false
id("io.github.turansky.kfc.application")
id("io.github.turansky.seskar") version "1.16.0"
id("io.github.turansky.seskar") version "1.17.0"
}

dependencies {
jsMainImplementation("io.github.turansky.seskar:seskar-core:1.16.0")
jsMainImplementation("io.github.turansky.seskar:seskar-core:1.17.0")

jsTestImplementation(kotlin("test-js"))
}
Expand Down
2 changes: 1 addition & 1 deletion seskar/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=io.github.turansky.seskar
version=1.16.1-SNAPSHOT
version=1.17.1-SNAPSHOT
kfc.pom.inception.year=2021
kfc.pom.url=https\://github.com/turansky/seskar
kotlin.version=1.9.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ internal val KOTLIN_PLUGIN_ARTIFACT: SubpluginArtifact
get() = SubpluginArtifact(
groupId = "io.github.turansky.seskar",
artifactId = "seskar-compiler-plugin",
version = "1.16.1-SNAPSHOT",
version = "1.17.1-SNAPSHOT",
)

0 comments on commit 1ed6e4c

Please sign in to comment.