File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 <groupId >org.jruby</groupId >
55 <artifactId >jruby-prism</artifactId >
66 <packaging >jar</packaging >
7- <version >2.0.0-SNAPSHOT </version >
7+ <version >2.0.0</version >
88 <name >jruby-prism</name >
99 <description >
1010 Java portion of JRuby Prism parser support.
1111 </description >
1212
1313 <properties >
1414 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
15- <chicory .version>1.2.1</chicory .version>
1615 <junit .version>5.12.1</junit .version>
1716 <maven .compiler.source>21</maven .compiler.source>
1817 <maven .compiler.target>21</maven .compiler.target>
5756 </repository >
5857 </repositories >
5958
60- <dependencyManagement >
61- <dependencies >
62- <dependency >
63- <groupId >com.dylibso.chicory</groupId >
64- <artifactId >bom</artifactId >
65- <version >${chicory.version} </version >
66- <type >pom</type >
67- <scope >import</scope >
68- </dependency >
69- </dependencies >
70- </dependencyManagement >
71-
7259 <dependencies >
7360 <dependency >
7461 <groupId >org.jruby</groupId >
7865 <dependency >
7966 <groupId >org.ruby-lang</groupId >
8067 <artifactId >prism-parser-api</artifactId >
81- <version >0.0.2-SNAPSHOT </version >
68+ <version >0.0.2</version >
8269 </dependency >
8370 <dependency >
8471 <groupId >org.ruby-lang</groupId >
8572 <artifactId >prism-parser-wasm</artifactId >
86- <version >0.0.2-SNAPSHOT </version >
73+ <version >0.0.2</version >
8774 </dependency >
8875 </dependencies >
8976
You can’t perform that action at this time.
0 commit comments