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.
16
16
17
17
[ HtmlUnit@mastodon] [ 4 ] | [ HtmlUnit@Twitter] [ 3 ]
18
18
19
- ### Latest release Version 3.6 .0 / October 3 , 2023
19
+ ### Latest release Version 3.7 .0 / October 30 , 2023
20
20
21
21
For maven, you would add:
22
22
23
23
<dependency>
24
24
<groupId>org.htmlunit</groupId>
25
25
<artifactId>htmlunit-cssparser</artifactId>
26
- <version>3.6 .0</version>
26
+ <version>3.7 .0</version>
27
27
</dependency>
28
28
29
29
### Latst CI build
@@ -37,7 +37,7 @@ If you use maven please add:
37
37
<dependency>
38
38
<groupId>org.htmlunit</groupId>
39
39
<artifactId>htmlunit-cssparser</artifactId>
40
- <version>3.7 .0-SNAPSHOT</version>
40
+ <version>3.8 .0-SNAPSHOT</version>
41
41
</dependency>
42
42
43
43
You have to add the sonatype snapshot repository to your pom ` repositories ` section also:
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >org.htmlunit</groupId >
6
6
<artifactId >htmlunit-cssparser</artifactId >
7
- <version >3.7.0-SNAPSHOT </version >
7
+ <version >3.7.0</version >
8
8
<name >HtmlUnit CSS Parser</name >
9
9
<organization >
10
10
<name >HtmlUnit</name >
You can’t perform that action at this time.
0 commit comments