We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e9e847 commit e18e9deCopy full SHA for e18e9de
.travis.yml
@@ -1,7 +1,7 @@
1
language: scala
2
3
scala:
4
- - 2.13.4
+ - 2.13.5
5
6
jdk:
7
- openjdk11
build.sbt
@@ -2,7 +2,7 @@ name := "adventofcode"
version := "0.1"
-scalaVersion := "2.13.4"
+scalaVersion := "2.13.5"
scalacOptions ++= Seq("-deprecation")
8
// TODO: unnecessary for scalameter because it exists on maven central?
0 commit comments