Skip to content

Commit fd71bf7

Browse files
committed
Update dependencies
1 parent 0805ec1 commit fd71bf7

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

.scalafmt.conf

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

build.sbt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@ scmInfo := Some(
1111
)
1212
)
1313

14-
scalaVersion := "3.2.0"
14+
scalaVersion := "3.2.1"
1515

1616
mainClass := Some("fr.janalyse.cem.Main")
1717

1818
lazy val versions = new {
19-
val sttp = "3.8.2"
20-
val zio = "2.0.2"
19+
val sttp = "3.8.9"
20+
val zio = "2.0.6"
2121
val zionio = "2.0.0"
2222
val zioproc = "0.7.1"
23-
val zioconfig = "3.0.2"
24-
val ziologging = "2.1.2"
23+
val zioconfig = "3.0.7"
24+
val ziologging = "2.1.8"
2525
val naturalsort = "1.0.1"
26-
val jgit = "6.3.0.202209071007-r"
27-
val logback = "1.4.3"
26+
val jgit = "6.4.0.202211300538-r"
27+
val logback = "1.4.5"
2828
}
2929

3030
libraryDependencies ++= Seq(

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.7.2
2+
sbt.version=1.8.2

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.3")
55
//addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.11")
66
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.9")
77
//addSbtPlugin("com.typesafe.play" % "sbt-twirl" % "1.6.0-M7")
8-
addSbtPlugin("com.typesafe.play" % "sbt-twirl" % "1.6.0-M6")
8+
addSbtPlugin("com.typesafe.play" % "sbt-twirl" % "1.6.0-RC1")

0 commit comments

Comments
 (0)