Skip to content

Commit a1e80f5

Browse files
committed
Update scala-library to 2.13.17
1 parent d8f2350 commit a1e80f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import scalapb.compiler.Version.scalapbVersion
22

3-
scalaVersion := "2.13.16"
3+
scalaVersion := "2.13.17"
44

5-
crossScalaVersions := Seq("2.12.20", "2.13.16", "3.3.6")
5+
crossScalaVersions := Seq("2.12.20", "2.13.17", "3.3.6")
66

77
ThisBuild / organization := "com.thesamet.scalapb"
88

0 commit comments

Comments
 (0)