|
21 | 21 | <dependency> |
22 | 22 | <groupId>org.scala-lang</groupId> |
23 | 23 | <artifactId>scala3-library_3</artifactId> |
24 | | - <version>${scala.version}</version> |
| 24 | + <version>${vuu.scala.version}</version> |
25 | 25 | </dependency> |
26 | 26 |
|
27 | 27 | <dependency> |
28 | 28 | <groupId>io.vertx</groupId> |
29 | 29 | <artifactId>vertx-core</artifactId> |
30 | | - <version>${vertx.version}</version> |
| 30 | + <version>${vuu.vertx.version}</version> |
31 | 31 | </dependency> |
32 | 32 |
|
33 | 33 | <dependency> |
34 | 34 | <groupId>io.vertx</groupId> |
35 | 35 | <artifactId>vertx-web</artifactId> |
36 | | - <version>${vertx.version}</version> |
| 36 | + <version>${vuu.vertx.version}</version> |
37 | 37 | </dependency> |
38 | 38 |
|
39 | 39 | <dependency> |
40 | 40 | <groupId>io.vertx</groupId> |
41 | 41 | <artifactId>vertx-web-client</artifactId> |
42 | | - <version>${vertx.version}</version> |
| 42 | + <version>${vuu.vertx.version}</version> |
43 | 43 | <scope>test</scope> |
44 | 44 | </dependency> |
45 | 45 |
|
46 | 46 | <dependency> |
47 | 47 | <groupId>ch.qos.logback</groupId> |
48 | 48 | <artifactId>logback-classic</artifactId> |
49 | | - <version>${logback.version}</version> |
| 49 | + <version>${vuu.logback.version}</version> |
50 | 50 | <scope>test</scope> |
51 | 51 | </dependency> |
52 | 52 |
|
53 | 53 | <dependency> |
54 | 54 | <groupId>org.scalatest</groupId> |
55 | 55 | <artifactId>scalatest_3</artifactId> |
56 | | - <version>${scalatest.version}</version> |
| 56 | + <version>${vuu.scalatest.version}</version> |
57 | 57 | <scope>test</scope> |
58 | 58 | <exclusions> |
59 | 59 | <exclusion> |
|
66 | 66 | <dependency> |
67 | 67 | <groupId>org.scalamock</groupId> |
68 | 68 | <artifactId>scalamock_3</artifactId> |
69 | | - <version>${scalamock.version}</version> |
| 69 | + <version>${vuu.scalamock.version}</version> |
70 | 70 | <scope>test</scope> |
71 | 71 | <exclusions> |
72 | 72 | <exclusion> |
|
0 commit comments