Skip to content

Commit

Permalink
Fixed dependencies for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ethauvin committed Nov 4, 2023
1 parent 573681e commit bf5578e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,6 @@ atlassian-ide-plugin.xml
.idea/sonarlint/

# Editor-based Rest Client
.idea/httpRequests
.idea/httpRequests

local.properties
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public CompileKotlinOperationBuild() {

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)))
Expand Down

0 comments on commit bf5578e

Please sign in to comment.