WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 473b9e8

Browse files
Update scala-library to 2.13.18
1 parent cf22bb3 commit 473b9e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ val commonSettings = Def.settings(
3939
pushChanges
4040
),
4141
scalaVersion := Scala212,
42-
crossScalaVersions := Seq(Scala212, "2.13.17", "3.3.7"),
42+
crossScalaVersions := Seq(Scala212, "2.13.18", "3.3.7"),
4343
organization := "org.foundweekends",
4444
(Compile / doc / scalacOptions) ++= {
4545
val base = (LocalRootProject / baseDirectory).value.getAbsolutePath

0 commit comments

Comments
 (0)