Skip to content

Commit 4c9f305

Browse files
author
Sam
committed
Bump jbr version
1 parent 2909b8c commit 4c9f305

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

  • sample/desktopApp/src/jvmMain/kotlin

sample/desktopApp/src/jvmMain/kotlin/main.kt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ fun main() =
3333
initialized = true
3434
}
3535
}
36-
download(
37-
Download.Builder().github {
38-
release("jbr-release-17.0.10b1087.23")
39-
}.build()
40-
)
36+
download {
37+
github {
38+
release("jbr-release-17.0.12b1207.37")
39+
}
40+
}
4141

4242
settings {
4343
cachePath = File("cache").absolutePath

0 commit comments

Comments
 (0)