Skip to content

Commit

Permalink
[Truffle] Remove a SNAPSHOT dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed Aug 22, 2016
1 parent 4cbedee commit a518eb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/pom.rb
Expand Up @@ -55,7 +55,7 @@

jar 'org.jruby.joni:joni:2.1.10'
jar 'org.jruby.extras:bytelist:1.0.13'
jar 'org.jruby.jcodings:jcodings:1.0.18-SNAPSHOT'
jar 'org.jruby.jcodings:jcodings:1.0.18'
jar 'org.jruby:dirgra:0.3'

jar 'com.headius:invokebinder:1.7'
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -184,7 +184,7 @@ DO NOT MODIFIY - GENERATED CODE
<dependency>
<groupId>org.jruby.jcodings</groupId>
<artifactId>jcodings</artifactId>
<version>1.0.18-SNAPSHOT</version>
<version>1.0.18</version>
</dependency>
<dependency>
<groupId>org.jruby</groupId>
Expand Down

0 comments on commit a518eb0

Please sign in to comment.