Skip to content

Commit

Permalink
Update scala-library to 2.13.16 (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 5, 2025
1 parent 27c4230 commit 8c4159a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import scalapb.compiler.Version.scalapbVersion

scalaVersion := "2.13.15"
scalaVersion := "2.13.16"

crossScalaVersions := Seq("2.12.20", "2.13.15", "3.3.5")
crossScalaVersions := Seq("2.12.20", "2.13.16", "3.3.5")

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

Expand Down

0 comments on commit 8c4159a

Please sign in to comment.