Skip to content

Commit

Permalink
update role management
Browse files Browse the repository at this point in the history
  • Loading branch information
NikkyAI committed Oct 21, 2023
1 parent 9240382 commit 1a650fb
Show file tree
Hide file tree
Showing 5 changed files with 230 additions and 18 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ build/
/data/
/logs/
/run
/colors

.env
buildscan.log
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ dependencies {
implementation("app.cash.sqldelight:primitive-adapters:_")
implementation("app.cash.sqldelight:coroutines-extensions:_")

implementation(Square.okio)
// implementation(Square.okio)

implementation("io.klogging:klogging-jvm:_")
implementation("io.klogging:slf4j-klogging:_")
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pluginManagement {
}

plugins {
id("com.gradle.enterprise") version "3.15"
id("com.gradle.enterprise") version "3.15.1"
id("de.fayard.refreshVersions") version "0.60.3"
}

Expand Down
Loading

0 comments on commit 1a650fb

Please sign in to comment.