Skip to content

Commit

Permalink
Version Upgrades (#102)
Browse files Browse the repository at this point in the history
* Updating kotlin version `1.18.10`

* version updates

* updating kotest

* test fixes

* kms `0.3.4`

* wow another version bumb

* `0.3.6`

* p8e-scope-sdk `0.6.4`

* cleanup

* update loan pack version
  • Loading branch information
cworsnop-figure authored Mar 2, 2023
1 parent 4f044d1 commit 31e68ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
3 changes: 0 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ allprojects {
}

tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
sourceCompatibility = "11"
targetCompatibility = "11"

kotlinOptions {
freeCompilerArgs = listOf(
"-Xjsr305=strict",
Expand Down
14 changes: 7 additions & 7 deletions buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object Versions {
const val Master = "master-+"
const val Develop = "develop-+"

const val Kotlin = "1.6.21"
const val Kotlin = "1.8.10"
const val KotlinCoroutines = "1.6.4"
const val Protobuf = "3.21.12"
const val SpringBoot = "2.5.6"
Expand All @@ -20,20 +20,20 @@ object Versions {
const val Ktlint = "0.45.2"
const val Detekt = "1.18.1"
const val Hamkrest = "1.8.0.1"
const val Mockk = "1.12.0"
const val Kotest = "5.3.0"
const val Mockk = "1.13.4"
const val Kotest = "5.5.5"
const val KotestExtensionsArrow = "1.2.+"
const val KotestSpring = "1.1.1"
const val KotestSpring = "1.1.2"
const val KotlinFaker = "1.7.1"
const val SpringMockk = "3.0.1"
const val Swagger = "1.6.2"
const val AssetModel = "0.1.16"
const val P8eScope = "0.6.2"
const val P8eScope = "0.6.4"
const val ProvenanceHdWallet = "0.1.15"
const val ProvenanceClient = "1.3.0"
const val Unirest = "3.13.6"
const val KmsConnector = "0.3.1"
const val LoanPackage = "0.6.1"
const val KmsConnector = "0.3.6"
const val LoanPackage = "1.0.1"
const val Grpc = "1.51.3"
const val ProvenanceProto = "1.13.1"
const val Reflections = "0.9.10"
Expand Down

0 comments on commit 31e68ee

Please sign in to comment.