We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2ac1d0 commit 4a646e5Copy full SHA for 4a646e5
build.sbt
@@ -319,6 +319,7 @@ lazy val schemaThrift = project
319
.settings(dottySettings)
320
.settings(buildInfoSettings("zio.schema.thrift.v2"))
321
.settings(
322
+ mimaPreviousArtifacts := Set.empty,
323
libraryDependencies ++= Seq(
324
"org.apache.thrift" % "libthrift" % thriftVersion,
325
"jakarta.annotation" % "jakarta.annotation-api" % javaxAnnotationApiVersion
0 commit comments