From cb8abf4d511c1bd93b3c972d061cea0ed8af2280 Mon Sep 17 00:00:00 2001 From: Tamoghna Chowdhury Date: Sat, 30 Dec 2017 17:18:27 +0530 Subject: [PATCH] Update to Scala 2.12.4 --- .idea/hydra.xml | 9 +++++++++ ...rg_scala_lang_scala_library_2_12_2_jar.xml | 20 ------------------- .idea/modules/chemotaxissimulator.iml | 2 +- build.sbt | 2 +- 4 files changed, 11 insertions(+), 22 deletions(-) create mode 100644 .idea/hydra.xml delete mode 100644 .idea/libraries/SBT__org_scala_lang_scala_library_2_12_2_jar.xml diff --git a/.idea/hydra.xml b/.idea/hydra.xml new file mode 100644 index 0000000..85e09d6 --- /dev/null +++ b/.idea/hydra.xml @@ -0,0 +1,9 @@ + + + + + \ No newline at end of file diff --git a/.idea/libraries/SBT__org_scala_lang_scala_library_2_12_2_jar.xml b/.idea/libraries/SBT__org_scala_lang_scala_library_2_12_2_jar.xml deleted file mode 100644 index 31c258f..0000000 --- a/.idea/libraries/SBT__org_scala_lang_scala_library_2_12_2_jar.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules/chemotaxissimulator.iml b/.idea/modules/chemotaxissimulator.iml index 9864053..a680eb1 100644 --- a/.idea/modules/chemotaxissimulator.iml +++ b/.idea/modules/chemotaxissimulator.iml @@ -21,6 +21,6 @@ - + \ No newline at end of file diff --git a/build.sbt b/build.sbt index dc25bd2..c8d1a5a 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ name := "ChemotaxisSimulator" version := "0.8" organization := "in.github.tamchow" -scalaVersion := "2.12.2" +scalaVersion := "2.12.4" scalacOptions += "-feature"