Skip to content

Commit

Permalink
Fix GroupID, Fix Version
Browse files Browse the repository at this point in the history
  • Loading branch information
BytingBulldogs3539 committed Jan 26, 2023
1 parent 034fe76 commit e4ea7b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions BulldogLibrary.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"fileName": "BulldogLibrary.json",
"name": "BulldogLibrary",
"version": "1.0.0",
"version": "1.1.0",
"uuid": "377c9d84-6152-11ed-9b6a-0242ac120002",
"mavenUrls": [
"https://jitpack.io"
],
"jsonUrl": "https://raw.githubusercontent.com/BytingBulldogs3539/BulldogLibrary/main/BulldogLibrary.json",
"javaDependencies": [
{
"groupId": "org.github.BytingBulldogs",
"groupId": "com.github.BytingBulldogs",
"artifactId": "BulldogLibrary",
"version": "1.0.0"
"version": "1.1.0"
}
],
"jniDependencies": [],
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pluginManagement {
plugins {
id 'edu.wpi.first.GradleRIO' version '2022.4.1'
id 'edu.wpi.first.GradleRIO' version '2023.2.1'
}
}

Expand Down

0 comments on commit e4ea7b9

Please sign in to comment.