We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 667f442 commit bcc9a59Copy full SHA for bcc9a59
build.sbt
@@ -24,7 +24,7 @@ val Scala3 = "3.3.3"
24
lazy val commonSettings = Def.settings(
25
ReleasePlugin.extraReleaseCommands,
26
name := msgpack4zNativeName,
27
- crossScalaVersions := Scala212 :: "2.13.14" :: Scala3 :: Nil,
+ crossScalaVersions := Scala212 :: "2.13.15" :: Scala3 :: Nil,
28
commands += Command.command("updateReadme")(UpdateReadme.updateReadmeTask),
29
publishTo := sonatypePublishToBundle.value,
30
fullResolvers ~= { _.filterNot(_.name == "jcenter") },
0 commit comments