Skip to content

Commit

Permalink
Release 0.8.2297
Browse files Browse the repository at this point in the history
  • Loading branch information
bddbot committed Dec 5, 2016
1 parent 6c76fdb commit 106d12a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions source/library/project-setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Renjin's Script Engine as dependency to your project:
<dependency>
<groupId>org.renjin</groupId>
<artifactId>renjin-script-engine</artifactId>
<version>0.8.2293</version>
<version>0.8.2297</version>
</dependency>
</dependencies>
Expand All @@ -38,7 +38,7 @@ For this to work you will also need to add BeDataDriven's public repository to y
</repository>
</repositories>
You can use ``RELEASE`` instead of ``0.8.2293`` in the project file to use the
You can use ``RELEASE`` instead of ``0.8.2297`` in the project file to use the
very latest versions of the Renjin components.


Expand All @@ -54,7 +54,7 @@ For projects organized with Gradle, add the following to your ``build.gradle`` f
}
dependencies {
compile "org.renjin:renjin-script-engine:0.8.2293";
compile "org.renjin:renjin-script-engine:0.8.2297";
}
Scala Build Tool (SBT)
Expand All @@ -73,7 +73,7 @@ Renjin's Script Engine:
name := "renjin-test",
version := "1.0",
scalaVersion := "2.10.6",
libraryDependencies += "org.renjin" % "renjin-script-engine" % "0.8.2293"
libraryDependencies += "org.renjin" % "renjin-script-engine" % "0.8.2297"
)
Eclipse
Expand All @@ -87,7 +87,7 @@ through a point-and-click interface.
If this isn't possible for whatever reason, you can download
a single JAR file called:

renjin-script-engine-0.8.2293-jar-with-dependencies.jar
renjin-script-engine-0.8.2297-jar-with-dependencies.jar

from the Renjin website and manually add this as a dependency in Eclipse.

Expand All @@ -105,7 +105,7 @@ a specific ``module.xml`` file:
<module xmlns="urn:jboss:module:1.1" name="org.renjin">
<resources>
<resource-root path="renjin-script-engine-0.8.2293-jar-with-dependencies.jar"/>
<resource-root path="renjin-script-engine-0.8.2297-jar-with-dependencies.jar"/>
</resources>
<dependencies>
<module name="javax.api"/>
Expand Down Expand Up @@ -136,7 +136,7 @@ to `spark-submit` or `dse spark-submit`.
<dependency>
<groupId>org.renjin</groupId>
<artifactId>renjin-script-engine</artifactId>
<version>0.8.2293</version>
<version>0.8.2297</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 106d12a

Please sign in to comment.