File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 1
1
organization := " tv.cntt"
2
2
name := " scaposer"
3
- version := " 1.11.0 -SNAPSHOT"
3
+ version := " 1.11.1 -SNAPSHOT"
4
4
5
5
scalaVersion := " 2.12.6"
6
- crossScalaVersions := Seq (" 2.12.6" , " 2.11.12" , " 2.10.7 " )
6
+ crossScalaVersions := Seq (" 2.12.6" , " 2.11.12" )
7
7
8
8
scalacOptions ++= Seq (" -deprecation" , " -feature" , " -unchecked" )
9
9
javacOptions ++= Seq (" -source" , " 1.8" , " -target" , " 1.8" )
10
10
11
11
// Scala 2.11+ core does not include scala.util.parsing.combinator
12
- libraryDependencies := {
13
- CrossVersion .partialVersion(scalaVersion.value) match {
14
- case Some ((2 , scalaMajor)) if scalaMajor >= 11 =>
15
- libraryDependencies.value :+ " org.scala-lang.modules" %% " scala-parser-combinators" % " 1.1.1"
16
- case _ =>
17
- libraryDependencies.value
18
- }
19
- }
12
+ libraryDependencies += " org.scala-lang.modules" %% " scala-parser-combinators" % " 1.1.1"
20
13
21
14
libraryDependencies += " org.specs2" %% " specs2-core" % " 4.3.3" % " test"
You can’t perform that action at this time.
0 commit comments