File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
src/main/java/io/vertx/lang/scala/codegen Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1- version = 3.7 . 17
1+ version = 3.8 . 3
22runner.dialect = scala3
33align.preset = more
44align.multiline = true
Original file line number Diff line number Diff line change 4242 <dependencies >
4343 <dependency >
4444 <groupId >io.vertx</groupId >
45- <artifactId >vertx-stack-depchain </artifactId >
45+ <artifactId >vertx-dependencies </artifactId >
4646 <version >${project.version} </version >
4747 <type >pom</type >
4848 <scope >import</scope >
4949 </dependency >
5050 <dependency >
5151 <groupId >io.vertx</groupId >
52- <artifactId >vertx-docgen</artifactId >
53- <version >0.9.4 </version >
52+ <artifactId >vertx-docgen-processor </artifactId >
53+ <version >0.9.8 </version >
5454 </dependency >
5555 <dependency >
5656 <groupId >org.scala-lang</groupId >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<project xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
66
77 <parent >
2121 </dependency >
2222 <dependency >
2323 <groupId >io.vertx</groupId >
24- <artifactId >vertx-docgen</artifactId >
24+ <artifactId >vertx-docgen-processor </artifactId >
2525 </dependency >
2626 <dependency >
2727 <groupId >io.vertx</groupId >
2828 <artifactId >vertx-codetrans</artifactId >
2929 <version >4.0.3</version >
3030 </dependency >
3131 </dependencies >
32- </project >
32+ </project >
Original file line number Diff line number Diff line change 66import io .vertx .codegen .processor .type .TypeMirrorFactory ;
77import io .vertx .codetrans .CodeTranslator ;
88import io .vertx .codetrans .lang .scala .ScalaLang ;
9- import io .vertx .docgen .DocGenerator ;
9+ import io .vertx .docgen .processor . impl . DocGenerator ;
1010import javax .annotation .processing .ProcessingEnvironment ;
1111import javax .lang .model .type .ExecutableType ;
1212import javax .lang .model .type .TypeMirror ;
Original file line number Diff line number Diff line change 376376 </dependency >
377377 <dependency >
378378 <groupId >io.vertx</groupId >
379- <artifactId >vertx-docgen</artifactId >
379+ <artifactId >vertx-docgen-processor </artifactId >
380380 <scope >provided</scope >
381381 </dependency >
382382 <dependency >
You can’t perform that action at this time.
0 commit comments