We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e29ab84 commit 388c78bCopy full SHA for 388c78b
build.gradle
@@ -26,7 +26,7 @@ dependencies {
26
api('io.sf.carte:css4j') {
27
version {
28
strictly '[3.4.0,4.0['
29
- prefer '3.6.0'
+ prefer '3.6.1'
30
}
31
32
useragentImplementation('io.sf.carte:css4j-agent') {
@@ -50,7 +50,7 @@ dependencies {
50
testImplementation(group: 'io.sf.carte', name: 'css4j', classifier: 'tests') {
51
52
53
- prefer '3.5.2'
54
55
56
testImplementation 'jaxen:jaxen:1.2.0'
0 commit comments