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.
2 parents 2e9f5ac + 22b2e12 commit 0f91ee4Copy full SHA for 0f91ee4
build.sbt
@@ -1,7 +1,7 @@
1
val mainScala = "2.12.20"
2
3
scalaVersion := mainScala
4
-crossScalaVersions := Seq(mainScala, "2.13.14")
+crossScalaVersions := Seq(mainScala, "2.13.15")
5
6
organization := "com.nequissimus"
7
name := "circe-kafka"
0 commit comments