Skip to content

Commit c84e2fb

Browse files
mfirryNateBrady23
authored andcommitted
Finch: scala 2.11.11, sbt 0.13.11, finch 0.14.0 (#2716)
1 parent 1f1d708 commit c84e2fb

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

frameworks/Scala/finch/build.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name := """techempower-benchmarks-finch"""
22

3-
version := "0.0.5"
3+
version := "0.14.0"
44

5-
scalaVersion := "2.11.8"
5+
scalaVersion := "2.11.11"
66

77
com.github.retronym.SbtOneJar.oneJarSettings
88

99
libraryDependencies ++= Seq(
10-
"com.github.finagle" %% "finch-core" % "0.13.0",
11-
"com.github.finagle" %% "finch-circe" % "0.13.0"
10+
"com.github.finagle" %% "finch-core" % "0.14.0",
11+
"com.github.finagle" %% "finch-circe" % "0.14.0"
1212
)
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#Activator-generated Properties
2-
#Wed Feb 25 16:26:13 CET 2015
3-
template.uuid=6a24da4f-6985-4cd1-a841-205d69ced830
4-
sbt.version=0.13.7
1+
sbt.version=0.13.11

0 commit comments

Comments
 (0)