Skip to content

Commit

Permalink
Bump to scala 2.12.13
Browse files Browse the repository at this point in the history
  • Loading branch information
BenFradet committed Feb 5, 2021
1 parent 0712ab3 commit ff99e8a
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 @@ -4,4 +4,4 @@ jdk:
- openjdk8

scala:
- 2.12.7
- 2.12.13
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
lazy val buildSettings = Seq(
organization := "com.github.benfradet",
version := "0.6.0",
scalaVersion := "2.12.7"
scalaVersion := "2.12.13"
)

lazy val compilerOptions = Seq(
Expand Down

0 comments on commit ff99e8a

Please sign in to comment.