Skip to content

Commit

Permalink
chore: Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayfri committed Oct 29, 2022
1 parent acd2170 commit 6be8873
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
object Versions {
const val kotlinxHTML = "0.8.0"
const val kotlinWrappers = "pre.380"
const val kotlinWrappers = "pre.417"
const val kotlinWrappersBrowser = "0.0.1-$kotlinWrappers"
const val kotlinWrappersJs = "1.0.0-$kotlinWrappers"
const val pixi = "6.5.2"
const val seskar = "0.16.0"
const val pixi = "6.5.8"
const val seskar = "0.17.0"
}

object Project {
Expand Down

0 comments on commit 6be8873

Please sign in to comment.