Skip to content

Commit

Permalink
Update scala3-library to 3.2.2 (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 1, 2023
1 parent 58719f6 commit aea1ad1
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 @@ -17,7 +17,7 @@ Global / excludeLintKeys += gitCommitString

lazy val commonSettings = Seq(
scalaVersion := "2.13.10",
crossScalaVersions := Seq("2.13.10", "3.2.1"),
crossScalaVersions := Seq("2.13.10", "3.2.2"),
organization := "io.shiftleft",
scalacOptions ++= Seq(
) ++ (
Expand Down

0 comments on commit aea1ad1

Please sign in to comment.