Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Add Scala 2.13 cross-build for libraries that have stable releases fo…
Browse files Browse the repository at this point in the history
…r it, see #253 (comment) (#297)
  • Loading branch information
plokhotnyuk authored and hseeberger committed Jun 21, 2019
1 parent c2fb113 commit ed8ebf1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .jvmopts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
-Xmx2g
-XX:MaxMetaspaceSize=512m
-XX:ReservedCodeCacheSize=256m
-XX:+UseParallelGC
-Dfile.encoding=UTF8
4 changes: 4 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ lazy val `akka-http-jackson` =
.enablePlugins(AutomateHeaderPlugin)
.settings(settings)
.settings(
crossScalaVersions := Seq("2.13.0", scalaVersion.value, "2.11.12"),
libraryDependencies ++= Seq(
library.akkaHttp,
library.akkaStream,
Expand All @@ -89,6 +90,7 @@ lazy val `akka-http-json4s` =
.enablePlugins(AutomateHeaderPlugin)
.settings(settings)
.settings(
crossScalaVersions := Seq("2.13.0", scalaVersion.value, "2.11.12"),
libraryDependencies ++= Seq(
library.akkaHttp,
library.akkaStream,
Expand All @@ -104,6 +106,7 @@ lazy val `akka-http-jsoniter-scala` =
.enablePlugins(AutomateHeaderPlugin)
.settings(settings)
.settings(
crossScalaVersions := Seq("2.13.0", scalaVersion.value, "2.11.12"),
libraryDependencies ++= Seq(
library.akkaHttp,
library.akkaStream,
Expand All @@ -117,6 +120,7 @@ lazy val `akka-http-play-json` =
.enablePlugins(AutomateHeaderPlugin)
.settings(settings)
.settings(
crossScalaVersions := Seq("2.13.0", scalaVersion.value, "2.11.12"),
libraryDependencies ++= Seq(
library.akkaHttp,
library.akkaStream,
Expand Down

0 comments on commit ed8ebf1

Please sign in to comment.