File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments