From e5aea09b52f929f9a1fd0046af9bb7c1183cfd39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Derosiaux?= Date: Sat, 1 Oct 2022 15:07:05 +0200 Subject: [PATCH] Update scala-library to 2.13.9 (#66) Co-authored-by: Jules Ivanic --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 110ca3c..b2e5d08 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ name := "my_custom_deserializers" version := sys.env.getOrElse("CREATED_TAG", "0.1") -scalaVersion := "2.13.8" +scalaVersion := "2.13.9" libraryDependencies += "org.apache.kafka" % "kafka-clients" % "3.3.0" libraryDependencies ++= Seq( "com.thesamet.scalapb" %% "scalapb-runtime" % scalapb.compiler.Version.scalapbVersion % "protobuf",