Skip to content

Commit

Permalink
Prefer css4j 5.0 in build
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Oct 5, 2024
1 parent 7938f83 commit 12fe6ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ dependencies {
api('io.sf.carte:css4j') {
version {
strictly '[4.0,)'
prefer '4.4'
prefer '5.0'
}
}
testImplementation group: 'io.sf.carte', name: 'css4j', classifier: 'tests', version: '4.4'
testImplementation group: 'io.sf.carte', name: 'css4j', classifier: 'tests', version: '5.0'
testImplementation 'io.sf.carte:xml-dtd:4.3'
testImplementation 'nu.validator:htmlparser:1.4.16'
testImplementation 'org.slf4j:slf4j-api:2.0.16'
Expand Down

0 comments on commit 12fe6ca

Please sign in to comment.