Skip to content

Commit 5441aec

Browse files
committed
Update dependencies
1 parent 7930831 commit 5441aec

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

build.sbt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ scalaVersion := "3.3.0"
1616
mainClass := Some("fr.janalyse.cem.Main")
1717

1818
lazy val versions = new {
19-
val sttp = "3.8.15"
20-
val zio = "2.0.15"
21-
val zionio = "2.0.1"
19+
val sttp = "3.9.0"
20+
val zio = "2.0.17"
21+
val zionio = "2.0.2"
2222
val zioproc = "0.7.2"
2323
val zioconfig = "4.0.0-RC16"
24-
val ziologging = "2.1.13"
25-
val ziolmdb = "1.1.0"
26-
val naturalsort = "1.0.2"
27-
val jgit = "6.6.0.202305301015-r"
24+
val ziologging = "2.1.14"
25+
val ziolmdb = "1.4.3"
26+
val naturalsort = "1.0.4"
27+
val jgit = "6.7.0.202309050840-r"
2828
// val logback = "1.4.7"
2929
val log4j2 = "2.20.0"
3030
}

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# suppress inspection "UnusedProperty" for whole file
2-
sbt.version=1.9.0
2+
sbt.version=1.9.6

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21")
44
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.3")
55
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16")
66
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.0")
7-
addSbtPlugin("com.typesafe.play" % "sbt-twirl" % "1.6.0-RC4")
7+
addSbtPlugin("com.typesafe.play" % "sbt-twirl" % "1.6.1")

0 commit comments

Comments
 (0)