Skip to content
Closed
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
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
jdk: openjdk8
script: sbt ++$TRAVIS_SCALA_VERSION test
- name: test 2.12 & jdk11
scala: [ 2.12.12 ]
scala: [ 2.12.14 ]
jdk: openjdk11
script: sbt ++$TRAVIS_SCALA_VERSION test
- name: test 2.12 & jdk8
scala: [ 2.12.12 ]
scala: [ 2.12.14 ]
jdk: openjdk8
script: sbt ++$TRAVIS_SCALA_VERSION test
- name: coverage
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name := "TypedAPI"

// see https://www.scala-sbt.org/1.x/docs/Cross-Build.html
// can't build for 2.11 as doobie is no longer available for scala 2.11
scalaVersion := "2.12.12"
crossScalaVersions := List("2.12.12", "2.13.3")
scalaVersion := "2.12.14"
crossScalaVersions := List("2.12.14", "2.13.3")

// publishing informations
organization := "fr.loicknuchel"
Expand Down