Skip to content

Commit b9dab7a

Browse files
committed
Update dependencies
1 parent 5991ed0 commit b9dab7a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 3.7.2
1+
version = 3.7.4
22
runner.dialect = scala3
33
align.preset = most
44
maxColumn = 200

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ mainClass := Some("fr.janalyse.cem.Main")
1717

1818
lazy val versions = new {
1919
val sttp = "3.8.15"
20-
val zio = "2.0.14"
20+
val zio = "2.0.15"
2121
val zionio = "2.0.1"
2222
val zioproc = "0.7.2"
2323
val zioconfig = "4.0.0-RC16"
2424
val ziologging = "2.1.13"
2525
val ziolmdb = "1.1.0"
2626
val naturalsort = "1.0.2"
27-
val jgit = "6.5.0.202303070854-r"
27+
val jgit = "6.6.0.202305301015-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.8.2
2+
sbt.version=1.9.0

project/plugins.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0")
22
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
3-
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.18")
3+
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")
6-
addSbtPlugin("com.typesafe.play" % "sbt-twirl" % "1.6.0-RC2")
7-
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.4")
6+
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.0")
7+
addSbtPlugin("com.typesafe.play" % "sbt-twirl" % "1.6.0-RC4")

0 commit comments

Comments
 (0)