Skip to content

Commit

Permalink
Update scala to 2.12.12
Browse files Browse the repository at this point in the history
  • Loading branch information
regadas committed Jul 20, 2020
1 parent d9688ac commit ced20e0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -26,7 +26,7 @@ matrix:
"++$TRAVIS_SCALA_VERSION clean" \
"++$TRAVIS_SCALA_VERSION test"

- scala: 2.12.11
- scala: 2.12.12
jdk: openjdk8
before_install:
- export PATH=${PATH}:./vendor/bundle
Expand All @@ -40,7 +40,7 @@ matrix:
"++$TRAVIS_SCALA_VERSION docs/makeMicrosite" \
"++$TRAVIS_SCALA_VERSION mimaReportBinaryIssues"

- scala: 2.12.11
- scala: 2.12.12
jdk: openjdk11
script: sbt \
"++$TRAVIS_SCALA_VERSION clean" \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -16,7 +16,7 @@ See the [Algebird website](https://twitter.github.io/algebird) for more informat
```scala
> sbt algebird-core/console

Welcome to Scala 2.12.11 (OpenJDK 64-Bit Server VM, Java 11.0.1).
Welcome to Scala 2.12.12 (OpenJDK 64-Bit Server VM, Java 11.0.1).
Type in expressions for evaluation. Or try :help.

scala> import com.twitter.algebird._
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -36,7 +36,7 @@ def isScala213x(scalaVersion: String) = scalaBinaryVersion(scalaVersion) == "2.1

val sharedSettings = Seq(
organization := "com.twitter",
scalaVersion := "2.12.11",
scalaVersion := "2.12.12",
crossScalaVersions := Seq("2.11.12", scalaVersion.value),
resolvers ++= Seq(
Opts.resolver.sonatypeSnapshots,
Expand Down

0 comments on commit ced20e0

Please sign in to comment.