From 30e5425b297587b56245b13596bc655509e883eb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 6 May 2024 00:57:52 +0000 Subject: [PATCH] Update scala-library to 2.13.14 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 8497d06..0a59bd7 100644 --- a/build.sbt +++ b/build.sbt @@ -1,8 +1,8 @@ import scalapb.compiler.Version.scalapbVersion -scalaVersion := "2.13.13" +scalaVersion := "2.13.14" -crossScalaVersions := Seq("2.12.19", "2.13.13", "3.4.1") +crossScalaVersions := Seq("2.12.19", "2.13.14", "3.4.1") ThisBuild / organization := "com.thesamet.scalapb"