We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f930993 commit ae90401Copy full SHA for ae90401
pom.xml
@@ -15,6 +15,7 @@
15
<properties>
16
<project.build.targetJdk>1.8</project.build.targetJdk>
17
<dep.derive4j.version>0.12.3</dep.derive4j.version>
18
+ <dep.immutables-utils.version>1.0</dep.immutables-utils.version>
19
</properties>
20
21
<modules>
@@ -28,12 +29,12 @@
28
29
<dependency>
30
<groupId>com.hubspot.immutables</groupId>
31
<artifactId>hubspot-style</artifactId>
- <version>1.0</version>
32
+ <version>${dep.immutables-utils.version}</version>
33
</dependency>
34
35
36
<artifactId>immutables-exceptions</artifactId>
37
38
39
40
<groupId>com.hubspot</groupId>
0 commit comments