Skip to content

Commit c028d73

Browse files
Update scala3-library, ... to 3.4.1
1 parent 894488d commit c028d73

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
@@ -101,7 +101,7 @@ val commonSettings = Def.settings(
101101
},
102102
scalacOptions ++= unusedWarnings,
103103
scalaVersion := scala212,
104-
crossScalaVersions := scala212 :: "2.13.14" :: "3.3.3" :: Nil,
104+
crossScalaVersions := scala212 :: "2.13.14" :: "3.4.1" :: Nil,
105105
(Compile / doc / scalacOptions) ++= {
106106
val tag = tagOrHash.value
107107
Seq(

0 commit comments

Comments
 (0)