Skip to content

Commit

Permalink
Update scala-library to 2.13.12 (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 17, 2023
1 parent afb964b commit cc690e6
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.11"
scalaVersion := "2.13.12"

crossScalaVersions := Seq("2.12.18", "2.13.11", "3.3.1")
crossScalaVersions := Seq("2.12.18", "2.13.12", "3.3.1")

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

Expand Down

0 comments on commit cc690e6

Please sign in to comment.