Skip to content

Commit 1e7e7a7

Browse files
author
ostrygun
committed
build.sbt zio jar now made as "provided"
1 parent 0170074 commit 1e7e7a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ lazy val root = (project in file("."))
4848
name := "zio-tls-http",
4949
maxErrors := 3,
5050
retrieveManaged := true,
51-
libraryDependencies += "dev.zio" %% "zio" % "2.0.5",
52-
libraryDependencies += "dev.zio" %% "zio-test" % "2.0.5",
51+
libraryDependencies += "dev.zio" %% "zio" % "2.0.5" % "provided",
5352
libraryDependencies += "dev.zio" %% "zio-json" % "0.4.2",
5453
libraryDependencies += "dev.zio" %% "zio-logging-slf4j" % "2.1.5",
5554
libraryDependencies += "org.slf4j" % "slf4j-api" % "2.0.4",
@@ -63,6 +62,7 @@ lazy val example = (project in file("examples/start"))
6362
version := "0.0.1",
6463
maxErrors := 3,
6564
libraryDependencies ++= Seq(
65+
"dev.zio" %% "zio" % "2.0.8"
6666
),
6767
testFrameworks := Seq(new TestFramework("zio.test.sbt.ZTestFramework"))
6868
)

0 commit comments

Comments
 (0)