Skip to content

Commit

Permalink
Increase SBT stacksize (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjgbeelen authored and Fokko committed Jul 31, 2018
1 parent 6209410 commit efb6938
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .sbtopts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-J-Xss8m
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ lazy val commonSettings: Seq[Setting[_]] = Seq(
)
),
crossScalaVersions in ThisBuild := Seq("2.11.12", "2.12.6"),
scalaVersion in ThisBuild := "2.11.12",
scalaVersion in ThisBuild := "2.12.6",
scalacOptions ++= Seq(Opts.compile.deprecation, "-Xlint", "-feature"),
scalacOptions ++= PartialFunction
.condOpt(CrossVersion.partialVersion(scalaVersion.value)) {
Expand All @@ -67,7 +67,7 @@ lazy val root = (project in file("."))
"io.circe" %% "circe-parser" % circeVersion,
"io.circe" %% "circe-generic" % circeVersion,
"io.circe" %% "circe-java8" % circeVersion,
"com.typesafe.akka" %% "akka-http" % "10.1.1",
"com.typesafe.akka" %% "akka-http" % "10.1.3",
"de.heikoseeberger" %% "akka-http-circe" % "1.21.0",
"ca.mrvisser" %% "sealerate" % "0.0.5",
"ch.qos.logback" % "logback-classic" % "1.2.3",
Expand Down

0 comments on commit efb6938

Please sign in to comment.