Skip to content

Commit

Permalink
Better Dynamic Query DSL For Quats on JVM
Browse files Browse the repository at this point in the history
  • Loading branch information
deusaquilus committed Oct 1, 2020
1 parent affd744 commit 1adc6f3
Show file tree
Hide file tree
Showing 6 changed files with 532 additions and 6 deletions.
3 changes: 3 additions & 0 deletions build.sbt
Expand Up @@ -193,6 +193,9 @@ lazy val `quill-core` =
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.2",
"org.scala-lang" % "scala-reflect" % scalaVersion.value
))
.jvmSettings(
fork in Test := true
)
.jsSettings(
libraryDependencies ++= Seq(
"com.lihaoyi" %%% "pprint" % pprintVersion(scalaVersion.value),
Expand Down

0 comments on commit 1adc6f3

Please sign in to comment.