Skip to content

Commit

Permalink
Update to JRuby 9.4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
UweKubosch committed May 7, 2024
1 parent 43f6e60 commit 32661fa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ dependencies {
@ComponentScan("no.datek.slim")
```

## Update JRuby

Edit `build.gradle` and set the desired JRuby version:

final String JRUBY_VERSION = '9.4.7.0';


## Release to Maven Central

* Bump the version in build.gradle and commit and push.
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ plugins {
}

group 'no.datek'
version '0.19.2'
final String JRUBY_VERSION = '9.4.6.0';
version '0.20.0'
final String JRUBY_VERSION = '9.4.7.0';

repositories {
mavenLocal()
Expand Down

0 comments on commit 32661fa

Please sign in to comment.