Skip to content

Commit

Permalink
Update build config
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Oct 24, 2023
1 parent ae6d3f0 commit 0e22532
Show file tree
Hide file tree
Showing 2 changed files with 166 additions and 171 deletions.
21 changes: 8 additions & 13 deletions .github/workflows/buildConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9981,11 +9981,6 @@
},
"tests":"full",
"sourcePatches":[
{
"path":"modules/dynamic/src/smithy4s/dynamic/internals/DynamicModelCompiler.scala",
"pattern":"(^\\s*\\)),",
"replaceWith":"\\1"
},
{
"path":"project/Smithy4sBuildPlugin.scala",
"pattern":"val Scala3 = \"3.3.1\"",
Expand Down Expand Up @@ -10468,9 +10463,9 @@
"dvgica/periodic":{
"project":"dvgica/periodic",
"repoUrl":"https://github.com/dvgica/periodic.git",
"revision":"v0.4.0",
"version":"0.4.0",
"targets":"ca.dvgi%periodic-core",
"revision":"v0.5.0",
"version":"0.5.0",
"targets":"ca.dvgi%periodic-core ca.dvgi%periodic-pekko-stream",
"config":{
"projects":{
"exclude":[
Expand Down Expand Up @@ -14184,8 +14179,8 @@
"getkyo/kyo":{
"project":"getkyo/kyo",
"repoUrl":"https://github.com/getkyo/kyo.git",
"revision":"v0.6.1",
"version":"0.6.1",
"revision":"v0.6.3",
"version":"0.6.3",
"targets":"io.getkyo%kyo-core io.getkyo%kyo-chatgpt io.getkyo%kyo-bench io.getkyo%kyo-direct io.getkyo%kyo-core-opt io.getkyo%readme io.getkyo%kyo-stats-otel io.getkyo%kyo-sttp io.getkyo%kyo-tapir",
"config":{
"projects":{
Expand Down Expand Up @@ -14216,7 +14211,7 @@
"sourcePatches":[
{
"path":"build.sbt",
"pattern":"val scala3Version = \"3.3.0\"",
"pattern":"val scala3Version = \"3.3.1\"",
"replaceWith":"val scala3Version = \"<SCALA_VERSION>\""
}
]
Expand Down Expand Up @@ -42247,8 +42242,8 @@
"typelevel/cats-mtl":{
"project":"typelevel/cats-mtl",
"repoUrl":"https://github.com/typelevel/cats-mtl.git",
"revision":"v1.3.1",
"version":"1.3.1",
"revision":"v1.4.0",
"version":"1.4.0",
"targets":"org.typelevel%cats-mtl org.typelevel%cats-mtl-docs org.typelevel%cats-mtl-laws",
"config":{
"projects":{
Expand Down
Loading

0 comments on commit 0e22532

Please sign in to comment.