Skip to content

Commit

Permalink
FDN-3000: Upgrade libraries (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
gheine authored Nov 12, 2024
1 parent c8c47dd commit f92a904
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ lazy val allScalacOptions = Seq(
)

libraryDependencies ++= Seq(
"io.flow" %% s"lib-util" % "0.2.49",
"io.flow" %% s"lib-util" % "0.2.50",
"com.rollbar" % "rollbar-java" % "1.10.3",
"com.google.inject.extensions" % "guice-assistedinject" % "4.2.3",
"org.typelevel" %% "cats-core" % "2.10.0",
Expand Down
6 changes: 3 additions & 3 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.20")
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.1")
resolvers += "Flow Plugins" at "https://flow.jfrog.io/flow/plugins-release/"

addSbtPlugin("io.flow" % "sbt-flow-linter" % "0.0.57")
addSbtPlugin("io.flow" % "sbt-flow-linter" % "0.0.59")

// Resolve scala-xml version dependency mismatch, see https://github.com/sbt/sbt/issues/7007
ThisBuild / libraryDependencySchemes ++= Seq(
"org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always
)

addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1")
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0")

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.1")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2")

0 comments on commit f92a904

Please sign in to comment.