Fixed dependencies for testing

This commit is contained in:
Erik C. Thauvin 2023-11-04 02:07:00 -07:00
parent 573681ea6c
commit bf5578eb1f
2 changed files with 4 additions and 2 deletions

4
.gitignore vendored
View file

@ -52,4 +52,6 @@ atlassian-ide-plugin.xml
.idea/sonarlint/
# Editor-based Rest Client
.idea/httpRequests
.idea/httpRequests
local.properties

View file

@ -42,7 +42,7 @@ public class CompileKotlinOperationBuild extends Project {
scope(compile)
.include(dependency("org.jetbrains.kotlin", "kotlin-compiler", version(1, 9, 20)))
.include(dependency("com.uwyn.rife2", "bld", version(1, 7, 6, "SNAPSHOT")));
.include(dependency("com.uwyn.rife2", "bld", version(1, 7, 5)));
scope(test)
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5, 10, 0)))
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1, 10, 0)))