git-subtree-dir: solution/H05 git-subtree-split: db3524a6321cc840e329abb2b44bea58c7583330
13 lines
558 B
TOML
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" }
|