Skip to content

Commit

Permalink
removed json library from build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
Triikk committed Feb 16, 2024
1 parent e407683 commit 45d75d1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ dependencies {
// Apache Commons (common data structures (such as Pair))
val apacheCommonsVersion = "3.14.0"
implementation("org.apache.commons:commons-lang3:$apacheCommonsVersion")
// JSON
val jsonVersion = "20231013"
implementation("org.json:json:$jsonVersion")
// JGraphT (graph data structures and algorithms)
val jGraphTVersion = "1.5.2"
implementation("org.jgrapht:jgrapht-core:$jGraphTVersion")
Expand Down

0 comments on commit 45d75d1

Please sign in to comment.