Skip to content

Commit f2516f9

Browse files
committed
Update dependencies
1 parent d0600f0 commit f2516f9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.scalafmt.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 3.7.4
1+
version = 3.8.2
22
runner.dialect = scala3
33
align.preset = most
44
maxColumn = 200

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ mainClass := Some("fr.janalyse.cem.Main")
1919

2020
lazy val versions = new {
2121
val sttp = "3.9.7"
22-
val zio = "2.1.3"
22+
val zio = "2.1.5"
2323
val zionio = "2.0.2"
2424
val zioproc = "0.7.2"
2525
val zioconfig = "4.0.2"

project/plugins.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")
22
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
3-
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0")
3+
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.0")
44
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.3")
55
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.0")
66
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1")
7-
addSbtPlugin("com.typesafe.play" % "sbt-twirl" % "1.6.6")
7+
addSbtPlugin("com.typesafe.play" % "sbt-twirl" % "1.6.8")

0 commit comments

Comments
 (0)