Skip to content

Commit

Permalink
updating travis jdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Mellert committed Dec 10, 2019
1 parent cb5b84d commit 35a2634
Show file tree
Hide file tree
Showing 3 changed files with 768 additions and 771 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ branches:
only:
- master
jdk:
- oraclejdk11
- openjdk11
services:
- docker
script:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ enablePlugins(DockerPlugin)

name := "stash"
version := "0.1"
scalaVersion := "2.13.0"
scalaVersion := "2.13.1"

// format: off
scalacOptions ++= Seq(
Expand Down
Loading

0 comments on commit 35a2634

Please sign in to comment.