Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1032 from 47deg/amg-1031-update-scala-versions
Browse files Browse the repository at this point in the history
Update Scala versions
  • Loading branch information
AntonioMateoGomez authored Jun 12, 2018
2 parents b81fa60 + 5a8be9f commit 4e13b99
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: scala

matrix:
include:
- scala: 2.12.4
- scala: 2.12.6
jdk: oraclejdk8
env:
- SBT_VERSION=1.1.1
Expand Down
4 changes: 2 additions & 2 deletions core/src/main/scala/sbtorgpolicies/model.scala
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ object model {

val `2.10`: String = "2.10.7"
val `2.11`: String = "2.11.12"
val `2.12`: String = "2.12.4"
val `2.13`: String = "2.13.0-M2"
val `2.12`: String = "2.12.6"
val `2.13`: String = "2.13.0-M4"

val latestScalaVersion: String = `2.12`

Expand Down
2 changes: 1 addition & 1 deletion src/sbt-test/sbtorgpolicies/valid-files/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: scala

scala:
- 2.11.12
- 2.12.4
- 2.12.6

jdk:
- oraclejdk8
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.9.2-SNAPSHOT"
version in ThisBuild := "0.9.2"

0 comments on commit 4e13b99

Please sign in to comment.