Răsfoiți Sursa

Finch: scala 2.11.11, sbt 0.13.11, finch 0.14.0 (#2716)

Marco F 8 ani în urmă
părinte
comite
c84e2fb728

+ 4 - 4
frameworks/Scala/finch/build.sbt

@@ -1,12 +1,12 @@
 name := """techempower-benchmarks-finch"""
 
-version := "0.0.5"
+version := "0.14.0"
 
-scalaVersion := "2.11.8"
+scalaVersion := "2.11.11"
 
 com.github.retronym.SbtOneJar.oneJarSettings
 
 libraryDependencies ++= Seq(
-  "com.github.finagle" %% "finch-core" % "0.13.0",
-  "com.github.finagle" %% "finch-circe" % "0.13.0"
+  "com.github.finagle" %% "finch-core" % "0.14.0",
+  "com.github.finagle" %% "finch-circe" % "0.14.0"
 )

+ 1 - 4
frameworks/Scala/finch/project/build.properties

@@ -1,4 +1 @@
-#Activator-generated Properties
-#Wed Feb 25 16:26:13 CET 2015
-template.uuid=6a24da4f-6985-4cd1-a841-205d69ced830
-sbt.version=0.13.7
+sbt.version=0.13.11