Skip to content

Commit c94853f

Browse files
committed
Update dependencies
1 parent 0724963 commit c94853f

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

.scalafmt.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 3.8.3
1+
version = 3.9.4
22
runner.dialect = scala3
33
align.preset = most
44
maxColumn = 200

build.sbt

+8-8
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ 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.2"
7+
scalaVersion := "3.6.4"
88

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

1111
lazy val versions = new {
12-
val sttp = "3.10.1"
13-
val zio = "2.1.12"
12+
val sttp = "3.10.3"
13+
val zio = "2.1.16"
1414
val zionio = "2.0.2"
1515
val zioproc = "0.7.2"
16-
val zioconfig = "4.0.2"
17-
val ziologging = "2.4.0"
18-
val ziolmdb = "1.8.2"
19-
val naturalsort = "1.0.5"
20-
val jgit = "7.0.0.202409031743-r"
16+
val zioconfig = "4.0.4"
17+
val ziologging = "2.5.0"
18+
val ziolmdb = "1.8.4"
19+
val naturalsort = "1.0.7"
20+
val jgit = "7.2.0.202503040940-r"
2121
}
2222

2323
libraryDependencies ++= Seq(

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# suppress inspection "UnusedProperty" for whole file
2-
sbt.version=1.10.2
2+
sbt.version=1.10.11

project/plugins.sbt

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")
2-
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
3-
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.3")
2+
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")
3+
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")
44
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.3")
5-
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")
6-
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0")
7-
addSbtPlugin("org.playframework.twirl" % "sbt-twirl" % "2.0.7")
5+
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.1")
6+
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.2")
7+
addSbtPlugin("org.playframework.twirl" % "sbt-twirl" % "2.0.8")

0 commit comments

Comments
 (0)