Skip to content
Closed
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
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ inThisBuild(
organizationName := "Dept. Protein Evolution, Max Planck Institute for Developmental Biology",
startYear := Some(2018),
licenses += ("Apache-2.0", url("http://www.apache.org/licenses/LICENSE-2.0")),
scalaVersion := "2.13.6"
scalaVersion := "2.13.7"
)
)

Expand Down Expand Up @@ -43,7 +43,7 @@ lazy val jobs = (project in file("modules/jobs"))
.enablePlugins(PlayScala)
.dependsOn(common, auth, base, clusterApi, tel, tools, ui, util, user, statistics)
.settings(scalacOptions += "-Ymacro-annotations")
.settings(addCompilerPlugin(("org.typelevel" %% "kind-projector" % "0.13.0").cross(CrossVersion.full)))
.settings(addCompilerPlugin(("org.typelevel" %% "kind-projector" % "0.13.2").cross(CrossVersion.full)))
.disablePlugins(PlayLayoutPlugin)

lazy val user = (project in file("modules/user"))
Expand Down