Skip to content

Commit 6608a18

Browse files
committed
update README
1 parent a1aa5af commit 6608a18

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@ deserialized to protobuf using [kotlinx.serialization](https://github.com/Kotlin
3333

3434
```kotlin
3535
plugins {
36-
kotlin("jvm") version "1.9.0"
37-
id("org.jetbrains.kotlin.plugin.serialization") version "1.9.0"
36+
kotlin("jvm") version "2.0.0"
37+
id("org.jetbrains.kotlin.plugin.serialization") version "2.0.0"
3838
id("com.google.protobuf") version "0.9.4"
3939
}
4040

41-
var protobufVersion = "3.23.4"
41+
var protobufVersion = "4.30.0"
4242

4343
dependencies {
4444
// Runtime libraries include WKT conversion utilities and other libraries that are required such
4545
// as kotlinx.datetime, kotlinx.coroutines, kotlinx.serialization, etc.
46-
implementation("io.github.dogacel:kotlinx-protobuf-gen:0.0.1")
46+
implementation("io.github.dogacel:kotlinx-protobuf-gen:0.1.0")
4747
}
4848
```
4949

@@ -57,7 +57,7 @@ protobuf {
5757

5858
plugins {
5959
id("kotlinx-protobuf-gen") {
60-
artifact = "io.github.dogacel:kotlinx-protobuf-gen:0.0.1:jvm8@jar"
60+
artifact = "io.github.dogacel:kotlinx-protobuf-gen:0.1.0:jvm8@jar"
6161
}
6262
}
6363

@@ -133,7 +133,7 @@ protobuf {
133133

134134
plugins {
135135
id("kotlinx-protobuf-gen") {
136-
artifact = "io.github.dogacel:kotlinx-protobuf-gen:0.0.1:jvm8@jar"
136+
artifact = "io.github.dogacel:kotlinx-protobuf-gen:0.1.0jvm8@jar"
137137
}
138138
}
139139

0 commit comments

Comments
 (0)