Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
caffeine01 authored Jan 28, 2025
1 parent 6f2970a commit ed42fc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {

dependencies {
implementation(kotlin("stdlib"))
implementation("com.github.caffeine-moe:octane:main-SNAPSHOT")
implementation("com.github.caffeine-moe:octane:0c407936a9")
implementation("io.arrow-kt:arrow-core:1.2.1")
implementation("org.jetbrains.kotlin:kotlin-reflect:1.7.21")
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.4.1")
Expand All @@ -32,4 +32,4 @@ dependencies {
implementation("commons-validator:commons-validator:1.7")
implementation("com.github.lalyos:jfiglet:0.0.9")
implementation("com.github.oshi:oshi-core:6.4.6")
}
}

0 comments on commit ed42fc4

Please sign in to comment.