Skip to content

Commit c0f0f6f

Browse files
scala-steward-botxuwei-k
authored andcommitted
Update scala-library to 2.13.14
1 parent 2865db6 commit c0f0f6f

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.13", "3.3.3"),
10+
crossScalaVersions := Seq(Scala212, "2.13.14", "3.3.3"),
1111
(Compile / doc / scalacOptions) ++= {
1212
val base = (LocalRootProject / baseDirectory).value.getAbsolutePath
1313
if (isScala3.value) {

0 commit comments

Comments
 (0)