Skip to content

Commit ba1381f

Browse files
authored
Third party dependency updates (#281)
* Update scala-library to 2.13.17 * Update sbt-scoverage to 2.4.0
1 parent f8856bb commit ba1381f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name := "lib-reference-scala"
22

33
organization := "io.flow"
44

5-
scalaVersion := "2.13.16"
5+
scalaVersion := "2.13.17"
66

77
enablePlugins(GitVersioning)
88
git.useGitDescribe := true

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ addSbtPlugin("io.flow" % "sbt-flow-linter" % "0.0.72")
1515
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0")
1616

1717
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6")
18-
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1")
18+
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.0")

0 commit comments

Comments
 (0)