FOP-2425-Marathon/gradle/libs.versions.toml
Oshgnacknak 880c3ae75f Squashed 'solution/H05/' content from commit db3524a
git-subtree-dir: solution/H05
git-subtree-split: db3524a6321cc840e329abb2b44bea58c7583330
2025-01-11 16:41:10 +01:00

13 lines
558 B
TOML

[versions]
algoutils = "0.9.1-SNAPSHOT"
[libraries]
annotations = "org.jetbrains:annotations:24.1.0"
algoutils-student = { module = "org.tudalgo:algoutils-student", version.ref = "algoutils" }
algoutils-tutor = { module = "org.tudalgo:algoutils-tutor", version.ref = "algoutils" }
junit-core = { module = "org.junit.jupiter:junit-jupiter", version = "5.10.2" }
asm-tree = { module = "org.ow2.asm:asm-tree", version = "9.6"}
[plugins]
algomate = { id = "org.tudalgo.algomate", version = "0.7.1" }
style = { id = "org.sourcegrade.style", version = "3.0.0" }