Skip to content

Commit

Permalink
Fixed mockito dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fulminazzo committed Apr 11, 2024
1 parent 8b54c29 commit 6dd7d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ lombok = { module = "org.projectlombok:lombok", version.ref = "lombok" }
annotations = { module = "org.jetbrains:annotations", version.ref = "annotations" }

junit-platform = { module = "org.junit:junit-bom", version.ref = "junit" }
mockito = { module = "org.mockito:mockito-core", version.ref = "mockito" }
mockito = { module = "org.mockito:mockito-inline", version.ref = "mockito" }
jbukkit = { module = "it.fulminazzo:JBukkit", version.ref = "jbukkit" }
jbukkit_legacy = { module = "it.fulminazzo.JBukkit:legacy", version.ref = "jbukkit" }

0 comments on commit 6dd7d9a

Please sign in to comment.