Skip to content

Commit

Permalink
Merge pull request #167 from http4s/svm-subs
Browse files Browse the repository at this point in the history
Add svm-subs
  • Loading branch information
rossabaker authored Nov 1, 2020
2 parents 83620ad + 702af28 commit 228297f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/g8/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ lazy val root = (project in file("."))
"org.http4s" %% "http4s-dsl" % Http4sVersion,
"io.circe" %% "circe-generic" % CirceVersion,
"org.specs2" %% "specs2-core" % Specs2Version % "test",
"ch.qos.logback" % "logback-classic" % LogbackVersion
"ch.qos.logback" % "logback-classic" % LogbackVersion,
$if(graal_native_image.truthy)$
"org.scalameta" %% "svm-subs" % "20.2.0"
$endif$
),
addCompilerPlugin("org.typelevel" %% "kind-projector" % "0.10.3"),
addCompilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1")
Expand Down

0 comments on commit 228297f

Please sign in to comment.