@@ -30,7 +30,6 @@ google-material = "1.4.0"
30
30
31
31
gradleDoctor = " 0.8.0"
32
32
groovy = " 3.0.10"
33
- hermit = " 0.9.5"
34
33
jUnit = " 5.8.2"
35
34
javaParser = " 3.24.2"
36
35
knit = " 0.4.0"
@@ -47,6 +46,7 @@ mavenPublish = "0.13.0"
47
46
48
47
rickBusarow-dependencySync = " 0.11.2"
49
48
rickBusarow-dispatch = " 1.0.0-beta10"
49
+ rickBusarow-hermit = " 0.9.5"
50
50
rickBusarow-moduleCheck = " 0.11.3"
51
51
rickBusarow-tangle = " 0.13.2"
52
52
@@ -101,12 +101,6 @@ google-dagger-compiler = { module = "com.google.dagger:dagger-compiler", version
101
101
groovy = { module = " org.codehaus.groovy:groovy" , version.ref = " groovy" }
102
102
groovyXml = { module = " org.codehaus.groovy:groovy-xml" , version.ref = " groovy" }
103
103
104
- hermit-core = { module = " com.rickbusarow.hermit:hermit-core" , version.ref = " hermit" }
105
- hermit-coroutines = { module = " com.rickbusarow.hermit:hermit-coroutines" , version.ref = " hermit" }
106
- hermit-jUnit4 = { module = " com.rickbusarow.hermit:hermit-junit4" , version.ref = " hermit" }
107
- hermit-jUnit5 = { module = " com.rickbusarow.hermit:hermit-junit5" , version.ref = " hermit" }
108
- hermit-mockk = { module = " com.rickbusarow.hermit:hermit-mockk" , version.ref = " hermit" }
109
-
110
104
javaParser-core = { module = " com.github.javaparser:javaparser-core" , version.ref = " javaParser" }
111
105
javaParser-symbols = { module = " com.github.javaparser:javaparser-symbol-solver-core" , version.ref = " javaParser" }
112
106
@@ -152,6 +146,12 @@ rickBusarow-dispatch-test-jUnit4 = { module = "com.rickbusarow.dispatch:dispatch
152
146
rickBusarow-dispatch-test-jUnit5 = { module = " com.rickbusarow.dispatch:dispatch-test-junit5" , version.ref = " rickBusarow-dispatch" }
153
147
rickBusarow-dispatch-viewModel = { module = " com.rickbusarow.dispatch:dispatch-android-viewmodel" , version.ref = " rickBusarow-dispatch" }
154
148
149
+ rickBusarow-hermit-core = { module = " com.rickbusarow.hermit:hermit-core" , version.ref = " rickBusarow-hermit" }
150
+ rickBusarow-hermit-coroutines = { module = " com.rickbusarow.hermit:hermit-coroutines" , version.ref = " rickBusarow-hermit" }
151
+ rickBusarow-hermit-jUnit4 = { module = " com.rickbusarow.hermit:hermit-junit4" , version.ref = " rickBusarow-hermit" }
152
+ rickBusarow-hermit-jUnit5 = { module = " com.rickbusarow.hermit:hermit-junit5" , version.ref = " rickBusarow-hermit" }
153
+ rickBusarow-hermit-mockk = { module = " com.rickbusarow.hermit:hermit-mockk" , version.ref = " rickBusarow-hermit" }
154
+
155
155
scabbard = " gradle.plugin.dev.arunkumar:scabbard-gradle-plugin:0.5.0"
156
156
157
157
semVer = " net.swiftzer.semver:semver:1.2.0"
@@ -172,4 +172,4 @@ vanniktech-publish = { module = "com.vanniktech:gradle-maven-publish-plugin", ve
172
172
[bundles ]
173
173
jUnit = [" junit-api" , " junit-params" , " junit-engine" ]
174
174
kotest = [" kotest-assertions" , " kotest-properties" ]
175
- hermit = [" hermit-core" , " hermit-jUnit5" ]
175
+ hermit = [" rickBusarow- hermit-core" , " rickBusarow-hermit-coroutines " , " rickBusarow- hermit-jUnit5" ]
0 commit comments