Skip to content

Commit 7264d35

Browse files
Update scala-library to 2.13.16 (scalapb#293)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 9ca46b1 commit 7264d35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
val scalapbVersion = "0.11.17"
22

33
val Scala212 = "2.12.20"
4-
val Scala213 = "2.13.15"
4+
val Scala213 = "2.13.16"
55
val Scala3 = "3.6.3"
66

77
ThisBuild / crossScalaVersions := Seq(Scala212, Scala213, Scala3)

example/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import sbtcrossproject.CrossPlugin.autoImport.{CrossType, crossProject}
33

44
name := "scalapb-grpcweb-example"
55

6-
ThisBuild / scalaVersion := "2.13.15"
6+
ThisBuild / scalaVersion := "2.13.16"
77

88
ThisBuild / resolvers ++= Seq(
99
Resolver.sonatypeRepo("snapshots"),

0 commit comments

Comments
 (0)