Updated dependencies and copyright.

This commit is contained in:
Erik C. Thauvin 2020-03-17 14:57:22 -07:00
parent 1f7861e314
commit 68f42777af
48 changed files with 216 additions and 177 deletions

View file

@ -13,4 +13,4 @@ fun main(args: Array<String>) {
}
}
}
}
}

View file

@ -5,4 +5,4 @@ import org.testng.annotations.Test
class ExampleTest {
@Test
fun f() = println("Running test")
}
}