We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f1d708 commit c84e2fbCopy full SHA for c84e2fb
frameworks/Scala/finch/build.sbt
@@ -1,12 +1,12 @@
1
name := """techempower-benchmarks-finch"""
2
3
-version := "0.0.5"
+version := "0.14.0"
4
5
-scalaVersion := "2.11.8"
+scalaVersion := "2.11.11"
6
7
com.github.retronym.SbtOneJar.oneJarSettings
8
9
libraryDependencies ++= Seq(
10
- "com.github.finagle" %% "finch-core" % "0.13.0",
11
- "com.github.finagle" %% "finch-circe" % "0.13.0"
+ "com.github.finagle" %% "finch-core" % "0.14.0",
+ "com.github.finagle" %% "finch-circe" % "0.14.0"
12
)
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
0 commit comments