Skip to content

Commit

Permalink
Update scala3-library, ... to 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and xuwei-k committed Apr 12, 2022
1 parent 0709ad3 commit 4b4ae85
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 @@ -122,7 +122,7 @@ def Scala212 = "2.12.15"
lazy val buildSettings = Seq(
organization := "org.atnos",
scalaVersion := Scala212,
crossScalaVersions := Seq(Scala212, "2.13.8", "3.1.1")
crossScalaVersions := Seq(Scala212, "2.13.8", "3.1.2")
)

lazy val commonSettings = Def.settings(
Expand Down

0 comments on commit 4b4ae85

Please sign in to comment.