Skip to content

Commit

Permalink
fix template
Browse files Browse the repository at this point in the history
  • Loading branch information
kitlangton committed Jun 17, 2021
1 parent 63b6486 commit 2e55fbb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ object Backend extends App {

override def run(args: List[String]): URIO[zio.ZEnv, ExitCode] = {
program
.injectCustom(Config.live, ExampleServiceLive.layer)
.injectCustom(ExampleServiceLive.layer)
.exitCode
}
}
Expand Down
2 changes: 1 addition & 1 deletion cli/src/main/g8/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ lazy val backend = project
libraryDependencies ++= Seq(
"io.github.kitlangton" %% "zio-magic" % zioMagicVersion,
"dev.zio" %% "zio-config" % zioConfigVersion,
"dev.zio" %% "zio-config-yaml" % zioConfigVersion,
"dev.zio" %% "zio-config-typesafe" % zioConfigVersion,
"dev.zio" %% "zio-config-magnolia" % zioConfigVersion,
"io.d11" %% "zhttp" % zioHttpVersion,
"com.softwaremill.sttp.client3" %% "httpclient-backend-zio" % sttpVersion,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import com.raquo.laminar.api.L._
import org.scalajs.dom

import scala.scalajs.js
import scala.scalajs.js.`import`
import scala.scalajs.js.annotation.JSImport

@js.native
Expand Down

0 comments on commit 2e55fbb

Please sign in to comment.