Skip to content

Commit

Permalink
Upgrade libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelhg committed May 7, 2014
1 parent 6b3043e commit c3f0e93
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -11,7 +11,7 @@ Also a bonus:

To play with the code, install:

* Java 8 b121 or newer from http://jdk8.java.net/
* Java 8 JDK or newer from http://java.oracle.com/
* IntelliJ IDEA 13 Community
* Configure IDEA to use JDK8 to compile and run the project code
(File -> Project Structure -> Project SDK and Language Level)
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Expand Up @@ -9,9 +9,9 @@
<version>1.0-SNAPSHOT</version>

<properties>
<kotlin.version>0.6.1673</kotlin.version>
<groovy.version>2.1.7</groovy.version>
<scala.version>2.10.2</scala.version>
<kotlin.version>0.7.271</kotlin.version>
<groovy.version>2.3.0</groovy.version>
<scala.version>2.11.0</scala.version>
<gmavenVersion>1.5</gmavenVersion>
<gmavenProviderSelection>2.0</gmavenProviderSelection>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>15.0</version>
<version>17.0</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
Expand Down Expand Up @@ -99,7 +99,7 @@
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
<version>3.1.5</version>
<version>3.1.6</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit c3f0e93

Please sign in to comment.