|
|
@@ -2,7 +2,7 @@ name := "http4s"
|
|
|
|
|
|
version := "1.0-SNAPSHOT"
|
|
|
|
|
|
-scalaVersion := "2.11.7"
|
|
|
+scalaVersion := "2.12.2"
|
|
|
|
|
|
enablePlugins(SbtTwirl)
|
|
|
|
|
|
@@ -10,9 +10,9 @@ TwirlKeys.templateImports += "http4s.techempower.benchmark._"
|
|
|
|
|
|
com.github.retronym.SbtOneJar.oneJarSettings
|
|
|
|
|
|
-val http4sVersion = "0.11.3"
|
|
|
-val circeVersion = "0.3.0"
|
|
|
-val doobieVersion = "0.2.3"
|
|
|
+val http4sVersion = "0.15.9a"
|
|
|
+val circeVersion = "0.7.1"
|
|
|
+val doobieVersion = "0.4.1"
|
|
|
|
|
|
libraryDependencies ++= Seq(
|
|
|
"org.http4s" %% "http4s-blaze-server" % http4sVersion,
|
|
|
@@ -23,10 +23,10 @@ libraryDependencies ++= Seq(
|
|
|
"io.circe" %% "circe-generic" % circeVersion,
|
|
|
"io.circe" %% "circe-parser" % circeVersion,
|
|
|
"org.tpolecat" %% "doobie-core" % doobieVersion,
|
|
|
- "org.tpolecat" %% "doobie-contrib-hikari" % doobieVersion exclude("com.zaxxer", "HikariCP-java6"),
|
|
|
- "com.zaxxer" % "HikariCP" % "2.4.1",
|
|
|
- "org.postgresql" % "postgresql" % "9.4.1208",
|
|
|
- "ch.qos.logback" % "logback-classic" % "1.1.6"
|
|
|
+ "org.tpolecat" %% "doobie-hikari" % doobieVersion,
|
|
|
+ "com.zaxxer" % "HikariCP" % "2.6.1",
|
|
|
+ "org.postgresql" % "postgresql" % "9.4.1212",
|
|
|
+ "ch.qos.logback" % "logback-classic" % "1.2.2"
|
|
|
)
|
|
|
|
|
|
mainClass in oneJar := Some("http4s.techempower.benchmark.WebServer")
|