Skip to content

Commit bcc9a59

Browse files
scala-steward-botxuwei-k
authored andcommitted
Update scala-library to 2.13.15
1 parent 667f442 commit bcc9a59

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
@@ -24,7 +24,7 @@ val Scala3 = "3.3.3"
2424
lazy val commonSettings = Def.settings(
2525
ReleasePlugin.extraReleaseCommands,
2626
name := msgpack4zNativeName,
27-
crossScalaVersions := Scala212 :: "2.13.14" :: Scala3 :: Nil,
27+
crossScalaVersions := Scala212 :: "2.13.15" :: Scala3 :: Nil,
2828
commands += Command.command("updateReadme")(UpdateReadme.updateReadmeTask),
2929
publishTo := sonatypePublishToBundle.value,
3030
fullResolvers ~= { _.filterNot(_.name == "jcenter") },

0 commit comments

Comments
 (0)