Skip to content

Commit 53183a8

Browse files
scala-steward-botxuwei-k
authored andcommitted
Update scala-library to 2.13.18
1 parent dbf4c15 commit 53183a8

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

0 commit comments

Comments
 (0)