Skip to content

Commit 1ce85a8

Browse files
Update scala-library to 2.13.15 (#476)
1 parent 259815e commit 1ce85a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import scalapb.compiler.Version.scalapbVersion
22

3-
scalaVersion := "2.13.14"
3+
scalaVersion := "2.13.15"
44

5-
crossScalaVersions := Seq("2.12.20", "2.13.14", "3.4.3")
5+
crossScalaVersions := Seq("2.12.20", "2.13.15", "3.4.3")
66

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

0 commit comments

Comments
 (0)