Skip to content

Commit

Permalink
Sbt and scala versions (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
barambani authored and sirocchj committed Dec 5, 2018
1 parent 883c9bd commit 28c3b46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,7 @@ sudo: false
dist: trusty
language: scala
scala:
- 2.12.7
- 2.12.8
- 2.11.11-bin-typelevel-4
jdk:
- oraclejdk8
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -2,7 +2,7 @@ import sbtcrossproject.CrossPlugin.autoImport.crossProject
import sbtcrossproject.CrossType

val `scala 211` = "2.11.11-bin-typelevel-4"
val `scala 212` = "2.12.7"
val `scala 212` = "2.12.8"

val V = new {
val circe = "0.10.1"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
@@ -1 +1 @@
sbt.version=1.2.6
sbt.version=1.2.7

0 comments on commit 28c3b46

Please sign in to comment.