Skip to content

Commit 230b0b7

Browse files
Issue186 (#187)
* closes #179 * closes #182 * closes #182 * closes #182 * closes #182 * Closes #184 * Closes #184 * Closes #186 * ci update * upload badge --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 52bec8a commit 230b0b7

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/badges/jacoco.svg

Lines changed: 1 addition & 1 deletion
Loading

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# This workflow contains a single job called "build"
1919
build:
2020
# The type of runner that the job will run on
21-
runs-on: ubuntu-18.04
21+
runs-on: ubuntu-latest
2222

2323
steps:
2424
- uses: actions/checkout@v2

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023 XPATH-QS
2+
* Copyright (c) 2024 XPATH-QS
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to deal
@@ -25,10 +25,10 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent
2525

2626
version = "0.1.6"
2727
group = "org.xpathqs"
28-
val kotestVersion = "5.5.4"
28+
val kotestVersion = "5.8.0"
2929

3030
plugins {
31-
kotlin("jvm") version "1.7.10"
31+
kotlin("jvm") version "1.9.22"
3232
id("org.jetbrains.dokka") version "1.4.32"
3333
`java-library`
3434
jacoco
@@ -62,7 +62,7 @@ detekt {
6262

6363
dependencies {
6464
implementation("io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.30.0")
65-
implementation("org.jetbrains.kotlin:kotlin-reflect:1.7.10")
65+
implementation("org.jetbrains.kotlin:kotlin-reflect:1.9.22")
6666
implementation("org.yaml:snakeyaml:1.28")
6767
implementation("net.oneandone.reflections8:reflections8:0.11.7")
6868

0 commit comments

Comments
 (0)