Skip to content

Commit

Permalink
Merge branch 'master' into update/integration-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bcarter97 authored Oct 21, 2022
2 parents 43b87a5 + 7169128 commit 7a4e0f1
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
@@ -1,7 +1,7 @@
language: scala

scala:
- 2.13.9
- 2.13.10
jdk:
- openjdk17

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Test / testOptions += Tests.Argument(TestFrameworks.ScalaTest, "-oF")

val commonSettings = Seq(
organization := "com.sky",
scalaVersion := "2.13.9"
scalaVersion := "2.13.10"
)

val compilerSettings = Seq(
Expand Down

0 comments on commit 7a4e0f1

Please sign in to comment.