Skip to content

Commit

Permalink
Force scala version for scala libs (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones authored Nov 17, 2022
1 parent cfdd9ed commit 5bf78e2
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
Expand Up @@ -15,7 +15,7 @@ val protobufGenericVersion = "0.2.9"
val commonsLangVersion = "2.6"

val commonSettings = assemblySettings ++ Seq(
crossPaths := false,
scalaVersion := "2.13.10",
autoScalaLibrary := false,
javacOptions ++= Seq("--release", "8")
)
Expand Down

0 comments on commit 5bf78e2

Please sign in to comment.