Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 (#877)
  • Loading branch information
nicl committed Oct 25, 2022
1 parent 42bfca5 commit d637072
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import scalariform.formatter.preferences._

name := "amigo"
version := "1.0-latest"
scalaVersion := "2.13.9"
scalaVersion := "2.13.10"

Universal / javaOptions ++= Seq(
s"-Dpidfile.path=/dev/null",
Expand Down Expand Up @@ -108,7 +108,7 @@ routesImport += "models._"
lazy val imageCopier = (project in file("imageCopier"))
.enablePlugins(JavaAppPackaging)
.settings(
scalaVersion := "2.13.9",
scalaVersion := "2.13.10",
Universal / topLevelDirectory := None,
Universal / packageName := normalizedName.value,
libraryDependencies ++= Seq(
Expand Down

0 comments on commit d637072

Please sign in to comment.