Skip to content

Commit

Permalink
Prepare for next iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
ImFlog committed Mar 19, 2024
1 parent 1fd6f27 commit f51e2d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

group = "com.github.imflog"
version = "2.1.0"
version = "2.1.1-SNAPSHOT"


plugins {
Expand Down
3 changes: 2 additions & 1 deletion examples/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ buildscript {
mavenCentral()
maven("https://packages.confluent.io/maven/")
maven("https://jitpack.io")
mavenLocal()
}

dependencies {
classpath("com.github.imflog:kafka-schema-registry-gradle-plugin:2.1.0")
classpath("com.github.imflog:kafka-schema-registry-gradle-plugin:2.1.1-SNAPSHOT")
}
}

Expand Down

0 comments on commit f51e2d3

Please sign in to comment.