Skip to content

Commit

Permalink
Fix code remarks
Browse files Browse the repository at this point in the history
  • Loading branch information
drmarjanovic committed Feb 15, 2024
1 parent 4f70f12 commit cfb0e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/example/src/main/scala/example/Main.scala
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import scala.util.Using

object Main extends ZIOAppDefault {

override val bootstrap: Layer[Nothing, Unit] =
override val bootstrap: ULayer[Unit] =
Runtime.setConfigProvider(TypesafeConfigProvider.fromResourcePath())

def run: Task[ExitCode] = {
Expand Down

0 comments on commit cfb0e3b

Please sign in to comment.