File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ object Libs {
1414 val `mockito` = " org.scalatestplus" %% " mockito-3-4" % " 3.2.10.0"
1515 val `dotty-cps-async` = dep(" com.github.rssh" %%% " dotty-cps-async" % " 0.9.23" )
1616 val `scalatest` = dep(" org.scalatest" %%% " scalatest" % " 3.2.19" ) // Apache License 2.0
17- val `caffeine` = " com.github.ben-manes.caffeine" % " caffeine" % " 3.1.8 "
17+ val `caffeine` = " com.github.ben-manes.caffeine" % " caffeine" % " 3.2.0 "
1818 val `jupiter-interface` = " net.aichler" % " jupiter-interface" % " 0.11.1"
1919 val `tmt-test-reporter` = " com.github.tmtsoftware.rtm" %% " rtm" % " d45709a"
2020
@@ -92,7 +92,7 @@ object PekkoHttp {
9292}
9393
9494object Borer {
95- val Version = " 1.15 .0"
95+ val Version = " 1.16 .0"
9696 val Org = " io.bullet"
9797 // val Org = "com.github.tmtsoftware.borer"
9898
@@ -102,7 +102,7 @@ object Borer {
102102}
103103
104104object Kotlin {
105- val CoroutinesVersion = " 1.9.0 "
105+ val CoroutinesVersion = " 1.10.1 "
106106
107107 val `kotlin-stdlib` = " org.jetbrains.kotlin" % " kotlin-stdlib" % EswKeys .kotlinVersion
108108 val `kotlin-reflect` = " org.jetbrains.kotlin" % " kotlin-reflect" % EswKeys .kotlinVersion
You can’t perform that action at this time.
0 commit comments