Skip to content

Commit a56f7aa

Browse files
authored
Third party dependency updates (#388)
* Update scala-library to 2.13.17 * Update sbt-scoverage to 2.4.0
1 parent 2d3fa83 commit a56f7aa

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 @@ import sbt.Credentials
22
name := "lib-postgresql-play29"
33
organization := "io.flow"
44

5-
scalaVersion := "2.13.16"
5+
scalaVersion := "2.13.17"
66
ThisBuild / javacOptions ++= Seq("-source", "17", "-target", "17")
77

88
enablePlugins(GitVersioning)

project/plugins.sbt

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

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

0 commit comments

Comments
 (0)