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 bf6d942 commit 3a1cbe5Copy full SHA for 3a1cbe5
build.sbt
@@ -44,6 +44,12 @@ lazy val `akka-http` = project.in(file("akka-http")).
44
settings(commonSettings: _*).
45
settings(libraryDependencies ++= akkaHttpDeps)
46
47
+lazy val play = project.in(file("play")).
48
+ dependsOn(core % "test->test;compile->compile").
49
+ settings(moduleName := "scala-jsonapi-play").
50
+ settings(commonSettings: _*).
51
+ settings(libraryDependencies ++= playDeps)
52
+
53
coverageMinimum := 80
54
55
coverageFailOnMinimum := true
0 commit comments