From a1e80f57ddf32ce51e98c5ae50de3bb277dd589b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 7 Oct 2025 19:18:25 +0000 Subject: [PATCH] Update scala-library to 2.13.17 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 27a5f90..e4c4673 100644 --- a/build.sbt +++ b/build.sbt @@ -1,8 +1,8 @@ import scalapb.compiler.Version.scalapbVersion -scalaVersion := "2.13.16" +scalaVersion := "2.13.17" -crossScalaVersions := Seq("2.12.20", "2.13.16", "3.3.6") +crossScalaVersions := Seq("2.12.20", "2.13.17", "3.3.6") ThisBuild / organization := "com.thesamet.scalapb"