From a6761d6600e4f7a0e1c63a8e67f450ac8be5cc3b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 29 Feb 2024 22:49:38 +0000 Subject: [PATCH] Update scala-library to 2.13.13 --- build.sbt | 2 +- example/build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 0c6059d..06fb4dc 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ val scalapbVersion = "0.11.15" val Scala212 = "2.12.19" -val Scala213 = "2.13.12" +val Scala213 = "2.13.13" val Scala3 = "3.3.1" ThisBuild / crossScalaVersions := Seq(Scala212, Scala213, Scala3) diff --git a/example/build.sbt b/example/build.sbt index 911f783..c5f82ed 100644 --- a/example/build.sbt +++ b/example/build.sbt @@ -3,7 +3,7 @@ import sbtcrossproject.CrossPlugin.autoImport.{CrossType, crossProject} name := "scalapb-grpcweb-example" -ThisBuild / scalaVersion := "2.13.12" +ThisBuild / scalaVersion := "2.13.13" ThisBuild / resolvers ++= Seq( Resolver.sonatypeRepo("snapshots"),