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 18c24c2 commit d6e3bccCopy full SHA for d6e3bcc
build.sbt
@@ -4,7 +4,7 @@ lazy val sbtSchemaRegistryPlugin = (project in file("."))
4
.enablePlugins(SbtPlugin, GitVersioning)
5
.settings(
6
name := "sbt-schema-registry-plugin",
7
- scalaVersion := "2.12.17",
+ scalaVersion := "2.12.18",
8
sbtPlugin := true,
9
pluginCrossBuild / sbtVersion := "1.8.2",
10
resolvers ++= Seq("Confluent" at "https://packages.confluent.io/maven/"),
0 commit comments