Browse Source

Updated to Play 2.4.3 and Scala 2.11.7

Donovan Muller 10 years ago
parent
commit
8a18ba83fb

+ 1 - 1
frameworks/Java/play2-java/play2-java-ebean-hikaricp/README.md

@@ -19,7 +19,7 @@ This is the Play portion of a [benchmarking test suite](../) comparing a variety
 ## Infrastructure Software Versions
 The tests were run with:
 
-* [Java OpenJDK 1.7](http://openjdk.java.net/)
+* Java 8
 * [Play 2.4.2](http://http://www.playframework.com/)
 
 ## Test URLs

+ 2 - 2
frameworks/Java/play2-java/play2-java-ebean-hikaricp/build.sbt

@@ -4,11 +4,11 @@ version := "1.0-SNAPSHOT"
 
 lazy val root = (project in file(".")).enablePlugins(PlayJava, PlayEbean)
 
-scalaVersion := "2.11.6"
+scalaVersion := "2.11.7"
 
 libraryDependencies ++= Seq(
   javaJdbc,
-  "mysql" % "mysql-connector-java" % "5.1.35"
+  "mysql" % "mysql-connector-java" % "5.1.36"
 )
 
 routesGenerator := InjectedRoutesGenerator

+ 1 - 1
frameworks/Java/play2-java/play2-java-ebean-hikaricp/project/build.properties

@@ -1 +1 @@
-sbt.version=0.13.8
+sbt.version=0.13.9

+ 1 - 1
frameworks/Java/play2-java/play2-java-ebean-hikaricp/project/plugins.sbt

@@ -1,2 +1,2 @@
-addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.4.2")
+addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.4.3")
 addSbtPlugin("com.typesafe.sbt" % "sbt-play-ebean" % "1.0.0")

+ 1 - 1
frameworks/Java/play2-java/play2-java-jpa-hikaricp/README.md

@@ -19,7 +19,7 @@ This is the Play portion of a [benchmarking test suite](../) comparing a variety
 ## Infrastructure Software Versions
 The tests were run with:
 
-* [Java OpenJDK 1.7](http://openjdk.java.net/)
+* Java 8
 * [Play 2.4.2](http://http://www.playframework.com/)
 
 ## Test URLs

+ 3 - 3
frameworks/Java/play2-java/play2-java-jpa-hikaricp/build.sbt

@@ -4,13 +4,13 @@ version := "1.0-SNAPSHOT"
 
 lazy val root = (project in file(".")).enablePlugins(PlayJava)
 
-scalaVersion := "2.11.6"
+scalaVersion := "2.11.7"
 
 libraryDependencies ++= Seq(
   javaJdbc,
   javaJpa,
-  "mysql" % "mysql-connector-java" % "5.1.35",
-  "org.hibernate" % "hibernate-entitymanager" % "4.3.10.Final"
+  "mysql" % "mysql-connector-java" % "5.1.36",
+  "org.hibernate" % "hibernate-entitymanager" % "5.0.1.Final"
 )
 
 routesGenerator := InjectedRoutesGenerator

+ 2 - 2
frameworks/Java/play2-java/play2-java/README.md

@@ -9,8 +9,8 @@ This is the Play portion of a [benchmarking test suite](../) comparing a variety
 ## Infrastructure Software Versions
 The tests were run with:
 
-* [Java OpenJDK 1.7.0_09](http://openjdk.java.net/)
-* [Play 2.4.2](http://http://www.playframework.com/)
+* Java 8
+* [Play 2.4.3](http://http://www.playframework.com/)
 
 ## Test URLs
 ### JSON Encoding Test

+ 1 - 1
frameworks/Java/play2-java/play2-java/build.sbt

@@ -4,6 +4,6 @@ version := "1.0-SNAPSHOT"
 
 lazy val root = (project in file(".")).enablePlugins(PlayJava)
 
-scalaVersion := "2.11.6"
+scalaVersion := "2.11.7"
 
 routesGenerator := InjectedRoutesGenerator

+ 1 - 1
frameworks/Java/play2-java/play2-java/project/build.properties

@@ -1 +1 @@
-sbt.version=0.13.8
+sbt.version=0.13.9

+ 1 - 1
frameworks/Java/play2-java/play2-java/project/plugins.sbt

@@ -1 +1 @@
-addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.4.2")
+addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.4.3")