-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump our dependencies the latest snapshots using Kotlin 2.1.0, and th…
…e project version to be specific about Kotlin 2.1.0
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
import com.huanshankeji.CommonDependencies | ||
import org.jetbrains.compose.ComposeBuildConfig | ||
|
||
val projectVersion = "0.5.0-SNAPSHOT" | ||
val projectVersion = "0.5.0-kotlin-2.1.0-SNAPSHOT" | ||
|
||
val commonDependencies = CommonDependencies() | ||
|
||
object DependencyVersions { | ||
const val composeMultiplatform = ComposeBuildConfig.composeVersion // for "ui-unit" | ||
val kobweb = "0.19.2" | ||
val huanshankejiComposeHtml = "0.4.0" // don't use a snapshot version in a main branch | ||
val huanshankejiComposeHtml = "0.4.1-kotlin-2.1.0-SNAPSHOT" // TODO don't use a snapshot version in a main branch | ||
val kmdc = "0.1.2" | ||
val materialSymbols = "0.25.1" | ||
} |