File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
webapi/src/main/scala/fr/janalyse/zwords/webapi Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,15 @@ ThisBuild / scalaVersion := "3.5.1"
9
9
publishArtifact := false // no artifact for "root" project
10
10
11
11
val versions = new {
12
- val zio = " 2.1.9 "
12
+ val zio = " 2.1.11 "
13
13
val zionio = " 2.0.2"
14
14
val zioconfig = " 4.0.2"
15
15
val ziocli = " 0.2.2"
16
16
val ziojson = " 0.7.3"
17
17
val ziologging = " 2.3.1"
18
18
val ziolmdb = " 1.8.2"
19
- val tapir = " 1.11.5 "
20
- val logback = " 1.5.8 "
19
+ val tapir = " 1.11.7 "
20
+ val logback = " 1.5.10 "
21
21
}
22
22
23
23
val sharedSettings = Seq (
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ object ApiLogics {
32
32
33
33
val serviceStatusLogic = ZIO .succeed(ServiceStatus (alive = true ))
34
34
35
- val serviceInfoLogic : ZIO [PersistenceService with WordGeneratorService , ServiceInternalError , GameInfo ] = {
35
+ val serviceInfoLogic : ZIO [PersistenceService & WordGeneratorService , ServiceInternalError , GameInfo ] = {
36
36
ZIO .logSpan(" serviceInfo" ) {
37
37
for {
38
38
languages <- WordGeneratorService .languages
You can’t perform that action at this time.
0 commit comments