Skip to content

Commit

Permalink
PAY-4070: Upgrade scala to version 2.13.15 (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlogeart authored Oct 3, 2024
1 parent 6c69966 commit 630e423
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "lib-log"

organization := "io.flow"

scalaVersion := "2.13.14"
scalaVersion := "2.13.15"
ThisBuild / javacOptions ++= Seq("-source", "17", "-target", "17")

enablePlugins(GitVersioning)
Expand All @@ -27,7 +27,7 @@ lazy val allScalacOptions = Seq(
)

libraryDependencies ++= Seq(
"io.flow" %% s"lib-util" % "0.2.47",
"io.flow" %% s"lib-util" % "0.2.48",
"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
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ ThisBuild / libraryDependencySchemes ++= Seq(
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1")

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

0 comments on commit 630e423

Please sign in to comment.