Skip to content

Commit

Permalink
Update scala 2.13, sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
migesok committed Apr 27, 2020
1 parent dfbbf64 commit 4778c15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,7 @@ jdk:
- openjdk11

scala:
- 2.13.1
- 2.13.2
- 2.12.11

script: sbt ++$TRAVIS_SCALA_VERSION clean coverage test
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -14,7 +14,7 @@ bintrayOrganization := Some("evolutiongaming")

scalaVersion := crossScalaVersions.value.head

crossScalaVersions := Seq("2.13.1", "2.12.11")
crossScalaVersions := Seq("2.13.2", "2.12.11")

libraryDependencies ++= Seq(
"com.typesafe" % "config" % "1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
@@ -1 +1 @@
sbt.version=1.3.9
sbt.version=1.3.10

0 comments on commit 4778c15

Please sign in to comment.