Skip to content

Commit 0711d3e

Browse files
committed
build(deps): use newer polyglot-ruby than defined by ruby-maven
This at least allows us to use JRuby 9.4.12.1 rather than 9.4.5.0 internally.
1 parent cb0bc71 commit 0711d3e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.mvn/extensions.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<extensions>
2+
<extension>
3+
<groupId>io.takari.polyglot</groupId>
4+
<artifactId>polyglot-ruby</artifactId>
5+
<version>0.8.1</version>
6+
</extension>
7+
</extensions>

0 commit comments

Comments
 (0)