From 83d3288d7d84630e010fec5cc30a2c8be0d94aff Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 15 Aug 2024 20:59:47 +0200 Subject: [PATCH] Update scala3-library to 3.4.3 (#466) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 67815b1..f71e190 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import scalapb.compiler.Version.scalapbVersion scalaVersion := "2.13.14" -crossScalaVersions := Seq("2.12.19", "2.13.14", "3.4.2") +crossScalaVersions := Seq("2.12.19", "2.13.14", "3.4.3") ThisBuild / organization := "com.thesamet.scalapb"