File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -66,14 +66,14 @@ and optional library packages are the following:
66
66
### Compile-time dependencies
67
67
68
68
- The [ css4j] ( https://github.com/css4j/css4j/releases ) library (and its transitive
69
- dependencies); version 5 .0 or higher is recommended (compatibility with 6 .0 or
69
+ dependencies); version 6 .0 or higher is recommended (compatibility with 7 .0 or
70
70
higher is likely but not guaranteed).
71
71
72
72
### Test dependencies
73
73
74
74
- A recent version of [ JUnit 5] ( https://junit.org/junit5/ ) .
75
75
76
- - The [ xml-dtd] ( https://github.com/css4j/xml-dtd ) library; version 4.1 .1 or
76
+ - The [ xml-dtd] ( https://github.com/css4j/xml-dtd ) library; version 4.2 .1 or
77
77
higher is recommended.
78
78
79
79
- The [ validator.nu html5 parser] ( https://about.validator.nu/htmlparser/ ) .
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
5
5
}
6
6
7
7
group = ' io.sf.carte'
8
- version = ' 6.0-SNAPSHOT '
8
+ version = ' 6.0'
9
9
10
10
description = ' css4j-awt'
11
11
You can’t perform that action at this time.
0 commit comments