Skip to content

Commit 3a1a798

Browse files
scala-steward-botxuwei-k
authored andcommitted
Update scala3-library to 3.3.2
1 parent 5b27953 commit 3a1a798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ val isScala3 = Def.setting(
77
lazy val buildSettings = Def.settings(
88
organization := "info.folone",
99
scalaVersion := Scala212,
10-
crossScalaVersions := Seq(Scala212, "2.13.12", "3.3.1"),
10+
crossScalaVersions := Seq(Scala212, "2.13.12", "3.3.2"),
1111
(Compile / doc / scalacOptions) ++= {
1212
val base = (LocalRootProject / baseDirectory).value.getAbsolutePath
1313
if (isScala3.value) {

0 commit comments

Comments
 (0)