We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8856bb commit ba1381fCopy full SHA for ba1381f
build.sbt
@@ -2,7 +2,7 @@ name := "lib-reference-scala"
2
3
organization := "io.flow"
4
5
-scalaVersion := "2.13.16"
+scalaVersion := "2.13.17"
6
7
enablePlugins(GitVersioning)
8
git.useGitDescribe := true
project/plugins.sbt
@@ -15,4 +15,4 @@ addSbtPlugin("io.flow" % "sbt-flow-linter" % "0.0.72")
15
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0")
16
17
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6")
18
-addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1")
+addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.0")
0 commit comments