Skip to content

Commit

Permalink
Update scala-library, scala-reflect to 2.13.15 (#1721)
Browse files Browse the repository at this point in the history
* Update scala-library, scala-reflect to 2.13.15

* Update sbt-scoverage to 2.2.1
  • Loading branch information
scala-steward authored Sep 27, 2024
1 parent fbe0783 commit e45769c
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 @@ -3,8 +3,8 @@ import microsites.ExtraMdFileConfig

lazy val buildSettings = Seq(
organization := "com.github.finagle",
scalaVersion := "2.13.14",
crossScalaVersions := Seq("2.12.19", "2.13.14")
scalaVersion := "2.13.15",
crossScalaVersions := Seq("2.12.19", "2.13.15")
)

lazy val twitterVersion = "24.2.0"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resolvers ++= Seq(
"jgit-repo" at "https://download.eclipse.org/jgit/maven"
)

addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.1")
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")
Expand Down

0 comments on commit e45769c

Please sign in to comment.