From 6cdb4679fe01f440b39e454fe6ac13f7941b30aa Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Sep 2024 18:34:13 +0000 Subject: [PATCH] Update scala-library to 2.13.15 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 8ada729..3dcdb04 100644 --- a/build.sbt +++ b/build.sbt @@ -1,8 +1,8 @@ import scalapb.compiler.Version.scalapbVersion -scalaVersion := "2.13.14" +scalaVersion := "2.13.15" -crossScalaVersions := Seq("2.12.20", "2.13.14", "3.4.3") +crossScalaVersions := Seq("2.12.20", "2.13.15", "3.4.3") ThisBuild / organization := "com.thesamet.scalapb"