Add junit:junit:4.13.2 to test dependencies

This commit is contained in:
Jakub Chrzanowski
2024-07-18 16:56:12 +02:00
parent 4bd83f6553
commit fefb39725a
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[versions]
# libraries
exampleLibrary = "24.1.0"
junit = "4.13.2"
# plugins
changelog = "2.2.0"
@@ -10,7 +10,7 @@ kover = "0.8.1"
qodana = "2024.1.5"
[libraries]
exampleLibrary = { group = "com.example", name = "exampleLibrary", version.ref = "exampleLibrary" }
junit = { group = "junit", name = "junit", version.ref = "junit" }
[plugins]
changelog = { id = "org.jetbrains.changelog", version.ref = "changelog" }