Skip to content

Commit 86b8a8f

Browse files
Update scala-library, scala-reflect to 2.13.16 (#1744)
* Update sbt-scoverage to 2.3.0 * Update scala-library, scala-reflect to 2.13.16 --------- Co-authored-by: Georgi Krastev <[email protected]>
1 parent 6b6e7cd commit 86b8a8f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import microsites.ExtraMdFileConfig
33

44
lazy val buildSettings = Seq(
55
organization := "com.github.finagle",
6-
scalaVersion := "2.13.15",
7-
crossScalaVersions := Seq("2.12.20", "2.13.15")
6+
scalaVersion := "2.13.16",
7+
crossScalaVersions := Seq("2.12.20", "2.13.16")
88
)
99

1010
lazy val twitterVersion = "24.2.0"

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resolvers ++= Seq(
55
"jgit-repo" at "https://download.eclipse.org/jgit/maven"
66
)
77

8-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2")
8+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.0")
99
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
1010
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")
1111
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")

0 commit comments

Comments
 (0)