Skip to content

Commit

Permalink
Update scala-library to 2.12.18
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 10, 2023
1 parent 931386b commit 2dc9356
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ lazy val finchVersion = "0.31.0"

lazy val buildSettings = Seq(
organization := "com.github.finagle",
scalaVersion := "2.12.7",
crossScalaVersions := Seq("2.11.12", "2.12.7")
scalaVersion := "2.12.18",
crossScalaVersions := Seq("2.11.12", "2.12.18")
)

lazy val finagleOAuth2Version = "19.8.0"
Expand Down

0 comments on commit 2dc9356

Please sign in to comment.