Skip to content

Commit

Permalink
Upgrade to latest JRuby to support JRE >1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
yanokwa committed Aug 9, 2019
1 parent edc97d1 commit b5036c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ scalacOptions += "-target:jvm-1.6"

libraryDependencies += "org.yaml" % "snakeyaml" % "1.13"

libraryDependencies += "org.jruby" % "jruby" % "1.7.11"
libraryDependencies += "org.jruby" % "jruby" % "9.2.7.0" % "provided"

libraryDependencies += "com.amazonaws" % "aws-java-sdk" % "1.11.172"

Expand Down

0 comments on commit b5036c5

Please sign in to comment.