Add one-off dependencies to version catalog (#245)

This commit is contained in:
Vechro
2022-07-03 16:59:20 +03:00
committed by GitHub
parent ea38ed2473
commit a38eaa761f
9 changed files with 51 additions and 30 deletions

View File

@@ -9,7 +9,7 @@ sourceSets {
}
dependencies {
implementation 'org.eclipse.jgit:org.eclipse.jgit:5.12.0.202106070339-r'
implementation(libs.jgit)
demoImplementation(project(":orx-camera"))
demoImplementation(project(":orx-mesh-generators"))