Skip to content

Commit

Permalink
#87: fix the global time rounding
Browse files Browse the repository at this point in the history
  • Loading branch information
ttldtor committed Feb 3, 2020
1 parent a6da60c commit 7184ee7
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,6 +1,6 @@
sudo: false
language: scala
jdk: oraclejdk8
jdk: openjdk11
scala:
- 2.11.6
script: sbt test site
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name := "Keter"

version := "0.0.1"

scalaVersion := "2.11.8"
scalaVersion := "2.11.12"

libraryDependencies ++= Seq(
"com.lihaoyi" %%% "utest" % "0.3.1",
Expand Down

0 comments on commit 7184ee7

Please sign in to comment.