Skip to content
This repository has been archived by the owner on Dec 22, 2021. It is now read-only.

Commit

Permalink
Merge pull request #10 from scala/mutable-immutable
Browse files Browse the repository at this point in the history
Split code to several files.
  • Loading branch information
julienrf authored Dec 28, 2016
2 parents d527842 + 8f5f03c commit 4912455
Show file tree
Hide file tree
Showing 15 changed files with 865 additions and 810 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version := "0.1-SNAPSHOT"

scalaVersion := "2.12.1"

scalacOptions ++= Seq("-deprecation", "-unchecked")
scalacOptions ++= Seq("-deprecation", "-unchecked", "-Yno-imports", "-language:higherKinds")

testOptions += Tests.Argument(TestFrameworks.JUnit, "-q", "-v", "-s", "-a")

Expand Down
Loading

0 comments on commit 4912455

Please sign in to comment.