Skip to content

Commit

Permalink
Update scala-library to 2.13.9 (#66)
Browse files Browse the repository at this point in the history
Co-authored-by: Jules Ivanic <guizmaii@users.noreply.github.com>
  • Loading branch information
sderosiaux and guizmaii authored Oct 1, 2022
1 parent f93d6c8 commit e5aea09
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
@@ -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",
Expand Down

0 comments on commit e5aea09

Please sign in to comment.