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

Update Scala versions #1032

Merged
merged 2 commits into from
Jun 12, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"