|
26 | 26 | <url>https://repo.maven.apache.org/maven2</url> |
27 | 27 | <layout>default</layout> |
28 | 28 | </repository> |
| 29 | + <!-- broad --> |
29 | 30 | <repository> |
30 | 31 | <id>artifactory.broadinstitute.org</id> |
31 | 32 | <name>artifactory.broadinstitute.org</name> |
32 | | - <url>https://broadinstitute.jfrog.io/artifactory/libs-release/</url> |
| 33 | + <url>https://us-central1-maven.pkg.dev/dsp-artifact-registry/libs-release/</url> |
33 | 34 | <releases> |
34 | 35 | <enabled>true</enabled> |
35 | 36 | </releases> |
|
44 | 45 | <repository> |
45 | 46 | <id>artifacts.oicr.on.ca</id> |
46 | 47 | <name>artifacts.oicr.on.ca</name> |
47 | | - <url>https://artifacts.oicr.on.ca/artifactory/collab-release</url> |
| 48 | + <url>https://artifacts.oicr.on.ca/artifactory/collab-release</url> |
48 | 49 | </repository> |
49 | 50 | </repositories> |
50 | 51 | <dependencies> |
|
62 | 63 | <dependency> |
63 | 64 | <groupId>org.scala-lang</groupId> |
64 | 65 | <artifactId>scala-library</artifactId> |
65 | | - <version>2.12.12</version> |
| 66 | + <version>2.13.9</version> |
66 | 67 | </dependency> |
| 68 | + <!-- Source: https://mvnrepository.com/artifact/org.broadinstitute/womtool --> |
67 | 69 | <dependency> |
68 | 70 | <groupId>org.broadinstitute</groupId> |
69 | | - <artifactId>womtool_2.12</artifactId> |
70 | | - <version>65</version> |
| 71 | + <artifactId>womtool_2.13</artifactId> |
| 72 | + <version>85</version> |
| 73 | + <scope>compile</scope> |
71 | 74 | </dependency> |
72 | 75 | <dependency> |
73 | 76 | <groupId>org.junit.jupiter</groupId> |
|
258 | 261 | </executions> |
259 | 262 | </plugin> |
260 | 263 | <plugin> |
261 | | - <groupId>com.coveo</groupId> |
| 264 | + <groupId>com.spotify.fmt</groupId> |
262 | 265 | <artifactId>fmt-maven-plugin</artifactId> |
263 | | - <version>2.10</version> |
| 266 | + <version>2.29</version> |
264 | 267 | <executions> |
265 | 268 | <execution> |
266 | 269 | <goals> |
|
272 | 275 | <plugin> |
273 | 276 | <groupId>net.alchim31.maven</groupId> |
274 | 277 | <artifactId>scala-maven-plugin</artifactId> |
275 | | - <version>4.5.3</version> |
| 278 | + <version>4.8.1</version> |
| 279 | + <configuration> |
| 280 | + <scalaVersion>2.13.12</scalaVersion> |
| 281 | + </configuration> |
276 | 282 | <executions> |
277 | 283 | <execution> |
278 | 284 | <id>scala-compile</id> |
|
309 | 315 | <plugin> |
310 | 316 | <groupId>org.apache.maven.plugins</groupId> |
311 | 317 | <artifactId>maven-compiler-plugin</artifactId> |
312 | | - <version>3.8.1</version> |
| 318 | + <version>3.15.0</version> |
313 | 319 | <configuration> |
314 | | - <source>11</source> |
315 | | - <target>11</target> |
| 320 | + <source>21</source> |
| 321 | + <target>21</target> |
316 | 322 | </configuration> |
317 | 323 | <executions> |
318 | 324 | <execution> |
|
0 commit comments