mirror of https://github.com/smithy-lang/smithy-rs
25 lines
437 B
Properties
25 lines
437 B
Properties
#
|
|
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
# SPDX-License-Identifier: Apache-2.0.
|
|
#
|
|
|
|
kotlin.code.style=official
|
|
|
|
# codegen
|
|
smithyVersion=1.10.0
|
|
|
|
# kotlin
|
|
kotlinVersion=1.4.21
|
|
kotlin.native.ignoreDisabledTargets=true
|
|
|
|
# kotlin libraries
|
|
coroutinesVersion=1.3.7
|
|
# TODO: probably remove
|
|
ktorVersion=1.3.2
|
|
|
|
# testing/utility
|
|
# FIXME - junit5 not working
|
|
junitVersion=4.12
|
|
ktlintVersion=0.40.0
|
|
kotestVersion=4.2.6
|