Skip to content

Commit abf240b

Browse files
committed
Scala 2.12.8
1 parent 5233c6f commit abf240b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ language: scala
22
sudo: false
33
scala:
44
- 2.11.12
5-
- 2.12.7
5+
- 2.12.8
66
jdk: oraclejdk8
77
script:
88
- sbt scalafmtSbtCheck scalafmtCheck test:scalafmtCheck "++ ${TRAVIS_SCALA_VERSION}! -v" test
99
matrix:
1010
include:
1111
- jdk: openjdk11
12-
scala: 2.12.7
12+
scala: 2.12.8
1313
cache:
1414
directories:
1515
- $HOME/.ivy2/cache

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ lazy val commonSettings = Seq[Def.SettingsDefinition](
8585
unmanagedResources in Compile += (baseDirectory in LocalRootProject).value / "LICENSE.txt",
8686
resolvers += Opts.resolver.sonatypeReleases,
8787
scalaVersion := Scala211,
88-
crossScalaVersions := Seq("2.12.7", Scala211),
88+
crossScalaVersions := Seq("2.12.8", Scala211),
8989
scalacOptions ++= unusedWarnings,
9090
Seq(Compile, Test).flatMap(c => scalacOptions in (c, console) --= unusedWarnings),
9191
scalacOptions ++= Seq("-feature", "-deprecation", "-language:existentials"),

0 commit comments

Comments
 (0)