Skip to content

Commit

Permalink
fix ver
Browse files Browse the repository at this point in the history
  • Loading branch information
orbyfied committed Dec 8, 2023
1 parent a619106 commit 7cc3da4
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ afterEvaluate {
}
}

version '0.2.0'
version '0.2.1'

subprojects {
apply plugin: "java"
Expand Down
2 changes: 0 additions & 2 deletions inset-bson/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version '1.0.0'

dependencies {
implementation project(":inset-core")
implementation 'org.mongodb:bson:3.4.3'
Expand Down
2 changes: 0 additions & 2 deletions inset-caffeine/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version '1.0.0'

java {
// caffeine only supports as low as java 11 so no
// caffeine caching on java 8 ig
Expand Down
2 changes: 0 additions & 2 deletions inset-core/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version '1.0.0'

dependencies {
api 'com.github.slatepowered.veru:veru-java8:2a28b07'
}
2 changes: 0 additions & 2 deletions inset-mongodb/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version '1.0.0'

dependencies {
implementation project(":inset-core")
implementation project(":inset-bson")
Expand Down

0 comments on commit 7cc3da4

Please sign in to comment.