Skip to content

Commit

Permalink
Update scala 2.13.0 to 2.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippus committed Feb 14, 2021
1 parent 585c931 commit ced2608
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ scala:
- 2.10.7
- 2.11.12
- 2.12.8
- 2.13.0
- 2.13.4
jdk:
- oraclejdk8
- openjdk8
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ lazy val project = Project("project", file("."))
description := "A Scala-friendly wrapper companion for Typesafe config",
startYear := Some(2013),
scalaVersion := "2.12.8",
crossScalaVersions := Seq("2.10.7", "2.11.12", scalaVersion.value, "2.13.0"),
crossScalaVersions := Seq("2.10.7", "2.11.12", scalaVersion.value, "2.13.4"),
scalacOptions ++= Seq(
"-feature",
"-deprecation",
Expand Down

0 comments on commit ced2608

Please sign in to comment.