diff --git a/build.sbt b/build.sbt index 1f4cc00d..c6e40780 100644 --- a/build.sbt +++ b/build.sbt @@ -222,7 +222,7 @@ lazy val settings = commonSettings ++ gitSettings ++ scalafmtSettings lazy val commonSettings = Seq( - scalaVersion := "2.11.12", + scalaVersion := "2.13.14", organization in ThisBuild := "ch.chuv.lren.woken", organizationName in ThisBuild := "LREN CHUV for Human Brain Project", homepage in ThisBuild := Some(url(s"https://github.com/HBPMedical/${name.value}/#readme")), diff --git a/tests/woken-test/build.sbt b/tests/woken-test/build.sbt index 2fa98088..a8419c7d 100644 --- a/tests/woken-test/build.sbt +++ b/tests/woken-test/build.sbt @@ -103,7 +103,7 @@ lazy val settings = commonSettings ++ scalafmtSettings lazy val commonSettings = Seq( - scalaVersion := "2.11.12", + scalaVersion := "2.13.14", organization in ThisBuild := "ch.chuv.lren.woken", organizationName in ThisBuild := "LREN CHUV for Human Brain Project", homepage in ThisBuild := Some(url(s"https://github.com/HBPMedical/${name.value}/#readme")),