Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dacr committed Sep 1, 2024
1 parent e736ce3 commit 32e3df4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@ scmInfo := Some(
)
)

scalaVersion := "3.4.2"
scalaVersion := "3.5.0"

scalacOptions += "-Ykind-projector:underscores"
scalacOptions += "-Xkind-projector:underscores"

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

lazy val versions = new {
val sttp = "3.9.7"
val zio = "2.1.5"
val sttp = "3.9.8"
val zio = "2.1.9"
val zionio = "2.0.2"
val zioproc = "0.7.2"
val zioconfig = "4.0.2"
val ziologging = "2.3.0"
val ziolmdb = "1.8.0"
val ziologging = "2.3.1"
val ziolmdb = "1.8.1"
val naturalsort = "1.0.4"
val jgit = "6.10.0.202406032230-r"
}
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# suppress inspection "UnusedProperty" for whole file
sbt.version=1.10.0
sbt.version=1.10.1

0 comments on commit 32e3df4

Please sign in to comment.