Skip to content

Commit

Permalink
Set new base
Browse files Browse the repository at this point in the history
  • Loading branch information
sksamuel committed Dec 2, 2024
1 parent 93a0227 commit 1c698e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Ci.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ object Ci {

// this is the version used for building snapshots
// .GITHUB_RUN_NUMBER-snapshot will be appended
private const val snapshotBase = "2.8.0"
private const val snapshotBase = "3.0.0"

private val githubRunNumber = System.getenv("GITHUB_RUN_NUMBER")

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@file:Suppress("RegExpRedundantEscape")

package com.sksamuel.hoplite.resolver.context

import com.sksamuel.hoplite.ConfigFailure
Expand Down

0 comments on commit 1c698e5

Please sign in to comment.