Skip to content

Commit

Permalink
Trello 2719 (#56)
Browse files Browse the repository at this point in the history
* FFGR8-2719 : update libs
  • Loading branch information
ssedoudbgouv authored Nov 16, 2024
1 parent 3956251 commit 45a8abf
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 16 deletions.
3 changes: 2 additions & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ project.excludeFilters = [
.metals,
.bloop,
.idea,
target
target,
project
]
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ organization := "fr.gouv.beta"

version := "1.3.13"

scalaVersion := "2.13.14"
scalaVersion := "2.13.15"

lazy val `signalement-entreprise` = (project in file(".")).enablePlugins(PlayScala)

Expand Down
24 changes: 12 additions & 12 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@ import sbt._
object Dependencies {
object Versions {

lazy val playSlickVersion = "6.1.0"
lazy val playSlickVersion = "6.1.1"
lazy val slickPgVersion = "0.22.2"
lazy val sentryVersion = "6.34.0"
lazy val specs2MatcherExtraVersion = "4.20.6"
lazy val scalaCheckVersion = "1.18.0"
lazy val sentryVersion = "7.17.0"
lazy val specs2MatcherExtraVersion = "4.20.9"
lazy val scalaCheckVersion = "1.18.1"
lazy val catsCoreVersion = "2.12.0"
lazy val pureConfigVersion = "0.17.6"
lazy val jacksonModuleScalaVersion = "2.17.1"
lazy val enumeratumVersion = "1.8.0"
lazy val postgresqlVersion = "42.7.3"
lazy val pureConfigVersion = "0.17.7"
lazy val jacksonModuleScalaVersion = "2.18.1"
lazy val enumeratumVersion = "1.8.2"
lazy val postgresqlVersion = "42.7.4"
lazy val refinedVersion = "0.11.2"
lazy val chimneyVersion = "0.8.5"
lazy val sttp = "3.9.7"
lazy val flyWayVersion = "10.14.0"
lazy val chimneyVersion = "1.5.0"
lazy val sttp = "3.10.1"
lazy val flyWayVersion = "10.21.0"
lazy val janino = "3.1.12"
// Cannot be updated to "7.4" because of the following error when logging as JSON:
// java.lang.NoSuchMethodError: 'java.time.Instant ch.qos.logback.classic.spi.ILoggingEvent.getInstant()'
// If we want to upgrade, we MUST check json logs (env var USE_TEXT_LOGS set to false) to see if this error still happen
lazy val logstashLogbackEncoder = "7.3"
lazy val logstashLogbackEncoder = "8.0"

}

Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.3")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.5")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0")
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.0")
addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.3.1")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")

0 comments on commit 45a8abf

Please sign in to comment.