Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
chore: bump idofront
Browse files Browse the repository at this point in the history
  • Loading branch information
Boy0000 committed Jan 15, 2024
1 parent 006d271 commit a9a4113
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=0.8
version=0.9
group=com.mineinabyss
idofrontVersion=0.20.2
idofrontVersion=0.21.2
publishComponentName=java
4 changes: 3 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ dependencyResolutionManagement {
}

versionCatalogs {
create("libs").from("com.mineinabyss:catalog:$idofrontVersion")
create("libs"){
from("com.mineinabyss:catalog:$idofrontVersion")
}
create("burritoLibs").from(files("gradle/burritoLibs.versions.toml"))
}
}
Expand Down

0 comments on commit a9a4113

Please sign in to comment.