Skip to content
Open
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
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jdk:
scala:
- 2.11.12
- 2.12.8
- 2.13.0
- 2.13.6
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ homepage := Some(url("http://software.clapper.org/classutil/"))

description := "A library for fast runtime class-querying, and more"

scalaVersion := "2.13.0"
scalaVersion := "2.13.6"

crossScalaVersions := Seq("2.11.12", "2.12.8", "2.13.0")
crossScalaVersions := Seq("2.11.12", "2.12.8", "2.13.6")

// For compatibility between 2.13.0 and prior versions, we need version-specific
// compatibility code.
Expand Down