Skip to content

Commit

Permalink
Update scala-library to 2.12.17 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Dec 28, 2022
1 parent 2b97606 commit fc482d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lazy val sbtSchemaRegistryPlugin = (project in file("."))
.enablePlugins(SbtPlugin, GitVersioning)
.settings(
name := "sbt-schema-registry-plugin",
scalaVersion := "2.12.16",
scalaVersion := "2.12.17",
sbtPlugin := true,
pluginCrossBuild / sbtVersion := "1.7.1",
resolvers ++= Seq("Confluent" at "https://packages.confluent.io/maven/"),
Expand Down

0 comments on commit fc482d7

Please sign in to comment.