Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
demidko authored Jan 10, 2025
1 parent 950cebe commit 34bc94a
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 @@ -12,7 +12,7 @@ plugins {
}
dependencies {
api("com.github.demidko:bits:2022.08.06")
api("com.github.demidko:aot-bytecode:2021.10.29")
api("com.github.demidko:aot-bytecode:2025.01.10")
testImplementation("org.junit.jupiter:junit-jupiter:5.9.0")
testImplementation("org.hamcrest:hamcrest:2.2")
}
Expand All @@ -27,4 +27,4 @@ publishing {
from(components["java"])
}
}
}
}

0 comments on commit 34bc94a

Please sign in to comment.