Skip to content

Commit

Permalink
(WIP) test dependabot for gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin committed Apr 30, 2024
1 parent eebe21f commit 7c63efc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Expand Up @@ -4,3 +4,7 @@ updates:
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "daily"
Empty file added build.gradle.kts
Empty file.
10 changes: 10 additions & 0 deletions gradle/libs.versions.toml
@@ -0,0 +1,10 @@
[versions]
junit5 = "5.7.0"

[plugins]
compose = "org.jetbrains.compose:1.5.12"
kotlin = "org.jetbrains.kotlin.jvm:1.9.22"

[libraries]
junit-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit5" }
junit-engine = { module = "org.junit.vintage:junit-vintage-engine", version.ref = "junit5" }

0 comments on commit 7c63efc

Please sign in to comment.