Skip to content

Commit 3bb0e37

Browse files
committed
Update dependencies
1 parent 0a4cf49 commit 3bb0e37

2 files changed

Lines changed: 12 additions & 15 deletions

File tree

build.sbt

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

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

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

1818
lazy val versions = new {
19-
val sttp = "3.8.9"
20-
val zio = "2.0.6"
21-
val zionio = "2.0.0"
22-
val zioproc = "0.7.1"
19+
val sttp = "3.8.13"
20+
val zio = "2.0.10"
21+
val zionio = "2.0.1"
22+
val zioproc = "0.7.2"
2323
val zioconfig = "3.0.7"
24-
val ziologging = "2.1.8"
24+
val ziologging = "2.1.10"
2525
val naturalsort = "1.0.1"
26-
val jgit = "6.4.0.202211300538-r"
26+
val jgit = "6.5.0.202303070854-r"
2727
val logback = "1.4.5"
2828
}
2929

project/plugins.sbt

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0")
2-
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
3-
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.13")
2+
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
3+
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.18")
44
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.3")
5-
//addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.11")
6-
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.9")
7-
//addSbtPlugin("com.typesafe.play" % "sbt-twirl" % "1.6.0-M7")
8-
addSbtPlugin("com.typesafe.play" % "sbt-twirl" % "1.6.0-RC1")
9-
10-
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.4")
5+
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")

0 commit comments

Comments
 (0)