Skip to content

Commit

Permalink
upgrade scala
Browse files Browse the repository at this point in the history
  • Loading branch information
tminglei committed Nov 28, 2019
1 parent eaa18fa commit 107072b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ sudo: required
language: scala
scala:
- 2.11.12
- 2.12.8
- 2.13.0
- 2.12.10
- 2.13.1
jdk:
- oraclejdk8
before_install:
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ lazy val commonSettings = Seq(
name := "slick-pg",
version := "0.18.1",

scalaVersion := "2.13.0",
crossScalaVersions := Seq("2.13.0", "2.12.8", "2.11.12"),
scalaVersion := "2.13.1",
crossScalaVersions := Seq("2.13.1", "2.12.10", "2.11.12"),
scalacOptions ++= Seq("-deprecation", "-feature",
"-language:implicitConversions",
"-language:reflectiveCalls",
Expand Down

0 comments on commit 107072b

Please sign in to comment.