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 fa0acf2 commit f2a96f1Copy full SHA for f2a96f1
build.sbt
@@ -19,8 +19,8 @@ def commonSettings = Seq(
19
//isSnapshot := true,
20
//publishConfiguration := publishConfiguration.value.withOverwrite(true),
21
publishLocalConfiguration := publishLocalConfiguration.value.withOverwrite(true),
22
- scalaVersion := "2.13.15",
23
- crossScalaVersions := Seq("2.13.15"),
+ scalaVersion := "2.13.16",
+ crossScalaVersions := Seq("2.13.16"),
24
pomIncludeRepository := { _ => false },
25
publishMavenStyle := true,
26
publishTo := {
0 commit comments