Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dacr committed Nov 12, 2023
1 parent 4dc36ce commit 6ba3643
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ scalaVersion := "3.3.1"
mainClass := Some("fr.janalyse.cem.Main")

lazy val versions = new {
val sttp = "3.9.0"
val zio = "2.0.18"
val sttp = "3.9.1"
val zio = "2.0.19"
val zionio = "2.0.2"
val zioproc = "0.7.2"
val zioconfig = "4.0.0-RC16"
val ziologging = "2.1.14"
val ziologging = "2.1.15"
val ziolmdb = "1.5.0"
val naturalsort = "1.0.4"
val jgit = "6.7.0.202309050840-r"
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.3")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.0")
addSbtPlugin("com.typesafe.play" % "sbt-twirl" % "1.6.1")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1")
addSbtPlugin("com.typesafe.play" % "sbt-twirl" % "1.6.2")

0 comments on commit 6ba3643

Please sign in to comment.