Skip to content

Commit

Permalink
fixing dep upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrapyre committed Aug 6, 2024
1 parent f50918b commit 67ac5da
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
fail-fast: false
matrix:
java: ['11', '17']
scala: ['2.13.13']
scala: ['2.13.14']
steps:
- name: Checkout current branch
uses: actions/checkout@v4.1.2
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
fail-fast: false
matrix:
java: ['11', '17']
scala: ['2.12.19', '2.13.13', '3.3.3']
scala: ['2.12.19', '2.13.14', '3.3.3']
platform: ['JVM', 'JS', 'Native']
steps:
- name: Checkout current branch
Expand Down
7 changes: 4 additions & 3 deletions project/BuildHelper.scala
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ object BuildHelper {
},
semanticdbEnabled := scalaVersion.value != ScalaDotty, // enable SemanticDB
semanticdbOptions += "-P:semanticdb:synthetics:on",
semanticdbVersion := "4.9.2",
semanticdbVersion := Dependencies.semanticDB,
Test / parallelExecution := true,
incOptions ~= (_.withLogRecompileOnMacro(false)),
autoAPIMappings := true,
Expand Down Expand Up @@ -318,7 +318,7 @@ object BuildHelper {
val circe = "0.14.9"
val circeGenericExtras = "0.14.4"
val http4s = "0.23.26"
val jawnAST = "1.5.1"
val jawnAST = "1.6.0"
val jsoniterScala = "2.30.7"
val kindProjector = "0.13.3"
val magnolia2 = "1.1.10"
Expand All @@ -331,7 +331,8 @@ object BuildHelper {
val scalaJavaTime = "2.6.0"
val scalaMacros = "2.1.1"
val scalaz = "7.2.36"
val silencer = "1.7.16"
val semanticDB = "4.9.9"
val silencer = "1.7.17"
val snakeYaml = "2.2"
val zio = "2.1.7"
val zioInteropCats = "23.1.0.2"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.0
sbt.version=1.10.1

0 comments on commit 67ac5da

Please sign in to comment.