Skip to content

Commit

Permalink
Bump versions, introduce 2.12 build, drop 2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
psuter committed Nov 18, 2019
1 parent 134304b commit 47aa8c6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: scala

scala:
- 2.10.4
- 2.11.8
- 2.11.12
- 2.12.10
15 changes: 7 additions & 8 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@ name := "Cafebabe"

version := "1.2"

scalaVersion := "2.11.8"
scalaVersion := "2.12.10"

crossScalaVersions := Seq("2.10.4", "2.11.8")
crossScalaVersions := Seq("2.11.12", "2.12.10")

scalacOptions += "-deprecation"
scalacOptions ++= Seq(
"-deprecation",
"-unchecked"
)

scalacOptions += "-unchecked"

scalacOptions += "-Xexperimental"

libraryDependencies += "org.scalatest" %% "scalatest" % "2.1.3" % "test"
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.8" % "test"

0 comments on commit 47aa8c6

Please sign in to comment.