[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" }