File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ We will try to stay in sync with CSSParser regarding the features in the future.
1616
1717[ HtmlUnit@mastodon] [ 4 ] | [ HtmlUnit@Twitter] [ 3 ]
1818
19- ### Latest release Version 3.6 .0 / October 3 , 2023
19+ ### Latest release Version 3.7 .0 / October 30 , 2023
2020
2121For maven, you would add:
2222
2323 <dependency>
2424 <groupId>org.htmlunit</groupId>
2525 <artifactId>htmlunit-cssparser</artifactId>
26- <version>3.6 .0</version>
26+ <version>3.7 .0</version>
2727 </dependency>
2828
2929### Latst CI build
@@ -37,7 +37,7 @@ If you use maven please add:
3737 <dependency>
3838 <groupId>org.htmlunit</groupId>
3939 <artifactId>htmlunit-cssparser</artifactId>
40- <version>3.7 .0-SNAPSHOT</version>
40+ <version>3.8 .0-SNAPSHOT</version>
4141 </dependency>
4242
4343You have to add the sonatype snapshot repository to your pom ` repositories ` section also:
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >org.htmlunit</groupId >
66 <artifactId >htmlunit-cssparser</artifactId >
7- <version >3.7.0-SNAPSHOT </version >
7+ <version >3.7.0</version >
88 <name >HtmlUnit CSS Parser</name >
99 <organization >
1010 <name >HtmlUnit</name >
You can’t perform that action at this time.
0 commit comments