Skip to content

Commit

Permalink
Update scala-library, scala-reflect to 2.13.15 (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 14, 2024
1 parent 75955fa commit 878665d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ lazy val protobufSettings = Seq(Compile, Test)
.flatMap(c => inConfig(c)(protobufConfigSettings))

val commonSettings = Seq(
scalaVersion := "2.13.14",
scalaVersion := "2.13.15",
javacOptions ++= Seq("--release", "8"),
fork := true,
Test / outputStrategy := Some(OutputStrategy.StdoutOutput)
Expand Down

0 comments on commit 878665d

Please sign in to comment.