From 7a0f26367c9fe0a37c15b96f84e85bf1bd55392f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 8 Oct 2025 00:49:29 +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 b6dcdd1..83f5b61 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ licenses := Seq( organization := "io.flow" -scalaVersion := "2.13.16" +scalaVersion := "2.13.17" enablePlugins(GitVersioning) git.useGitDescribe := true