File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ repositories {
1313}
1414
1515dependencies {
16- api(" io.github.darvil82:utils:0.7.1 " )
17- api(" io.github.darvil82:terminal-text-formatter:2.2 .0" )
16+ api(" io.github.darvil82:utils:0.8 " )
17+ api(" io.github.darvil82:terminal-text-formatter:2.3 .0" )
1818
1919 implementation(" org.jetbrains:annotations:24.1.0" )
2020 testImplementation(platform(" org.junit:junit-bom:5.9.1" ))
Original file line number Diff line number Diff line change 11module darvil .lanat {
22 requires org .jetbrains .annotations ;
3- requires utils ;
4- requires textFormatter ;
3+ requires darvil . utils ;
4+ requires darvil . textFormatter ;
55
66 exports lanat ;
77 exports lanat .argumentTypes ;
2121 exports lanat .parsing .errors .contexts .formatting ;
2222 exports lanat .parsing .errors .handlers ;
2323
24- opens lanat .helpRepresentation .descriptions .tags to utils ;
24+ opens lanat .helpRepresentation .descriptions .tags to darvil . utils ;
2525}
Original file line number Diff line number Diff line change 22 requires org .junit .jupiter .api ;
33 requires darvil .lanat ;
44 requires org .jetbrains .annotations ;
5- requires utils ;
6- requires textFormatter ;
5+ requires darvil . utils ;
6+ requires darvil . textFormatter ;
77
8- exports lanat .tests to darvil .lanat , org .junit .platform .commons , utils ;
9- exports lanat .tests .parser .commandTemplates to darvil .lanat , org .junit .platform .commons , utils ;
10- exports lanat .tests .parser to darvil .lanat , org .junit .platform .commons , utils ;
8+ exports lanat .tests to darvil .lanat , org .junit .platform .commons , darvil . utils ;
9+ exports lanat .tests .parser .commandTemplates to darvil .lanat , org .junit .platform .commons , darvil . utils ;
10+ exports lanat .tests .parser to darvil .lanat , org .junit .platform .commons , darvil . utils ;
1111}
You can’t perform that action at this time.
0 commit comments