From 2d29b15cac09de71566179fa2d12c209d2ab8d90 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 7 Oct 2025 04:32:05 +0000 Subject: [PATCH] Update scala-library to 2.13.17 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 062a2ed..9a74066 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import sbt.Credentials name := "lib-postgresql-play29" organization := "io.flow" -scalaVersion := "2.13.16" +scalaVersion := "2.13.17" ThisBuild / javacOptions ++= Seq("-source", "17", "-target", "17") enablePlugins(GitVersioning)