Skip to content

Commit

Permalink
use snapshot version to enable replacing
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger committed Jul 14, 2021
1 parent aadd45f commit 0e61185
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 @@ -34,7 +34,7 @@ allprojects {
apply(plugin = "maven-publish")
pluginManager.withPlugin("java-library") {
group = "com.microsoft"
version = "0.0.1"
version = "0.0.1-SNAPSHOT"
dependencies {
api("org.jetbrains:annotations:${jetBrainsAnnotationsVersion}")
api("com.fasterxml.jackson.core:jackson-core:${jacksonVersion}")
Expand Down

0 comments on commit 0e61185

Please sign in to comment.