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 6e4c5d3 commit c2bc1deCopy full SHA for c2bc1de
build.sbt
@@ -22,6 +22,8 @@ ThisBuild / tlCiMimaBinaryIssueCheck := true
22
ThisBuild / tlCiDependencyGraphJob := true
23
ThisBuild / autoAPIMappings := true
24
25
+ThisBuild / gpgWarnOnFailure := true
26
+
27
lazy val sharedSettings = Seq(
28
organizationName := "Funktional.io",
29
libraryDependencies ++= Seq("org.scalameta" %% "munit" % versions.munit.core % Test),
0 commit comments