Skip to content

Commit

Permalink
Upgrade jsoup to 1.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinRNDR committed Jan 5, 2025
1 parent 08e7a5a commit 1e9c46e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ zxing = "3.5.3"
ktor = "3.0.1"
jgit = "7.0.0.202409031743-r"
javaosc = "0.9"
jsoup = "1.18.1"
jsoup = "1.18.2"

[libraries]
kotlin-logging = { group = "io.github.oshai", name = "kotlin-logging", version.ref = "kotlinLogging" }
Expand Down
2 changes: 1 addition & 1 deletion orx-shapes/src/jvmDemo/kotlin/frames/DemoFrames01.kt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ fun main() {
val pr = p.rectified(0.01, 100.0)


val frames = pr.frames((0 until 100).map { it / 100.0}, Vector3.UNIT_Y)
val frames = pr.frames((0 until 100).map { it / 100.0}, Vector3.UNIT_Y, analyticalDirections = false)
extend(Orbital())
extend {
drawer.shadeStyle = shadeStyle {
Expand Down

0 comments on commit 1e9c46e

Please sign in to comment.