Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump(codegen): Scala 2.13.10, sbt plugin and library updates #430

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions codegen/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -98,16 +98,16 @@ lazy val `kalix-codegen-js-cli` =
lazy val library =
new {
object Version {
val kalix = "1.0.10"
val commonsIo = "2.8.0"
val kalix = "1.0.26"
val commonsIo = "2.11.0"
val kiama = "2.4.0"
val logback = "1.2.3"
val munit = "0.7.20"
val logback = "1.2.11"
val munit = "0.7.29"
val protobufJava = "3.13.0"
val requests = "0.6.5"
val scopt = "4.0.0"
val testcontainers = "1.15.3"
val typesafeConfig = "1.4.1"
val requests = "0.6.9"
val scopt = "4.1.0"
val testcontainers = "1.17.5"
val typesafeConfig = "1.4.2"
}
val commonsIo = "commons-io" % "commons-io" % Version.commonsIo
val kiama = "org.bitbucket.inkytonik.kiama" %% "kiama" % Version.kiama
Expand All @@ -131,7 +131,7 @@ lazy val library =

lazy val commonSettings =
Seq(
scalaVersion := "2.13.4",
scalaVersion := "2.13.10",
organization := "io.kalix",
organizationName := "Lightbend Inc",
startYear := Some(2021),
Expand Down
10 changes: 5 additions & 5 deletions codegen/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.7.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.5")
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.4.13")
addSbtPlugin("org.scalameta" % "sbt-native-image" % "0.3.0")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.8.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.4.21")
addSbtPlugin("org.scalameta" % "sbt-native-image" % "0.3.2")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.15.0")

addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.6")

libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.11"
libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.12"