We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0712ab3 commit ff99e8aCopy full SHA for ff99e8a
.travis.yml
@@ -4,4 +4,4 @@ jdk:
4
- openjdk8
5
6
scala:
7
- - 2.12.7
+ - 2.12.13
build.sbt
@@ -1,7 +1,7 @@
1
lazy val buildSettings = Seq(
2
organization := "com.github.benfradet",
3
version := "0.6.0",
- scalaVersion := "2.12.7"
+ scalaVersion := "2.12.13"
)
lazy val compilerOptions = Seq(
0 commit comments