Skip to content

Commit

Permalink
Update Scala versions to 2.12.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ijuma authored and dwijnand committed May 1, 2020
1 parent 35853d4 commit c65afc9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
matrix:
include:
- CI_SCALA_VERSION: 2.12.10
- CI_SCALA_VERSION: 2.12.11
JDK_HOME: /usr/lib/jvm/jdk8/bin
RUN_SCRIPTED: ./bin/run-ci-scripted.sh
- CI_SCALA_VERSION: 2.12.10
- CI_SCALA_VERSION: 2.12.11
JDK_HOME: /usr/lib/jvm/jdk11/bin
RUN_SCRIPTED: ./bin/run-ci-scripted.sh
- CI_SCALA_VERSION: 2.12.10
- CI_SCALA_VERSION: 2.12.11
JDK_HOME: /usr/lib/jvm/jdk8/bin
RUN_SCRIPTED: ./bin/run-ci-scripted-to-jar.sh

Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ group: stable

language: scala

scala: 2.12.10
scala: 2.12.11

matrix:
include:
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object Dependencies {

val scala210 = "2.10.7"
val scala211 = "2.11.12"
val scala212 = "2.12.10"
val scala212 = "2.12.11"
val scala213 = "2.13.1"

private val ioVersion = nightlyVersion.getOrElse("1.4.0-M3")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"projects": [
{
"name": "mirtest",
"scalaVersion": "2.12.10"
"scalaVersion": "2.12.11"
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import xsbti.compile._
class VirtualFileIncrementalSpec extends BridgeProviderSpecification {
import VirtualFileIncrementalSpec._
override val logLevel = Level.Debug
val scalaVersion = "2.12.10"
val scalaVersion = "2.12.11"
val compiler = new IncrementalCompilerImpl // IncrementalCompilerUtil.defaultIncrementalCompiler
val maxErrors = 100

Expand Down

0 comments on commit c65afc9

Please sign in to comment.