Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Rdeisenroth committed Oct 15, 2023
1 parent 0ea949a commit 02d0bec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jagr {
assignmentId.set("h00")
submissions {
val main by creating {
// ACHTUNG!
// Setzen Sie im folgenden Bereich Ihre TU-ID (NICHT Ihre Matrikelnummer!), Ihren Nachnamen und Ihren Vornamen
// in Anführungszeichen (z.B. "ab12cdef" für Ihre TU-ID) ein!
// studentId.set("")
// firstName.set("")
// lastName.set("")
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[versions]
algoutils = "0.7.0-SNAPSHOT"
algoutils = "0.7.1-SNAPSHOT"

[libraries]
annotations = "org.jetbrains:annotations:23.0.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.9.1" }
fopbot = {module = "org.tudalgo:fopbot", version = "0.5.0-SNAPSHOT"}
fopbot = {module = "org.tudalgo:fopbot", version = "0.5.1-SNAPSHOT"}

[plugins]
style = { id = "org.sourcegrade.style", version = "2.1.0" }
jagr-gradle = { id = "org.sourcegrade.jagr-gradle", version = "0.7.0" }
jagr-gradle = { id = "org.sourcegrade.jagr-gradle", version = "0.10.0" }

0 comments on commit 02d0bec

Please sign in to comment.