Skip to content

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández <info@alejandrohdezma.com>
  • Loading branch information
alejandrohdezma committed Apr 16, 2024
1 parent 937bdfc commit 44428a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ ThisBuild / crossScalaVersions := Seq(Scala213, "2.12.19", "3.2.2")
ThisBuild / scalaVersion := Scala213 // the default Scala
ThisBuild / tlJdkRelease := Some(11)
ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("11"))
ThisBuild / tlCiDependencyGraphJob := false

lazy val root = tlCrossRootProject
.aggregate(common, http, grpc)
Expand Down

0 comments on commit 44428a4

Please sign in to comment.