Skip to content

Commit ca17389

Browse files
committed
Update dependencies
1 parent fd1bfaa commit ca17389

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.sbt

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ description := "Tool to manage set of code examples : synchronize and publish,
44

55
licenses += "NON-AI-APACHE2" -> url(s"https://github.com/non-ai-licenses/non-ai-licenses/blob/main/NON-AI-APACHE2")
66

7-
scalaVersion := "3.5.1"
7+
scalaVersion := "3.5.2"
88

99
scalacOptions += "-Xkind-projector:underscores"
1010

1111
lazy val versions = new {
12-
val sttp = "3.9.8"
13-
val zio = "2.1.9"
12+
val sttp = "3.10.1"
13+
val zio = "2.1.12"
1414
val zionio = "2.0.2"
1515
val zioproc = "0.7.2"
1616
val zioconfig = "4.0.2"
17-
val ziologging = "2.3.1"
18-
val ziolmdb = "1.8.1"
19-
val naturalsort = "1.0.4"
17+
val ziologging = "2.4.0"
18+
val ziolmdb = "1.8.2"
19+
val naturalsort = "1.0.5"
2020
val jgit = "7.0.0.202409031743-r"
2121
}
2222

0 commit comments

Comments
 (0)