diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 80bf41e..23ef7e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.15] + scala: [2.12.19] java: [adopt-hotspot@15.0.2+7] runs-on: ${{ matrix.os }} steps: @@ -72,7 +72,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.15] + scala: [2.12.19] java: [adopt-hotspot@15.0.2+7] runs-on: ${{ matrix.os }} steps: @@ -100,12 +100,12 @@ jobs: ~/Library/Caches/Coursier/v1 key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - - name: Download target directories (2.12.15) + - name: Download target directories (2.12.19) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.12.15-${{ matrix.java }} + name: target-${{ matrix.os }}-2.12.19-${{ matrix.java }} - - name: Inflate target directories (2.12.15) + - name: Inflate target directories (2.12.19) run: | tar xf targets.tar rm targets.tar diff --git a/examples/build.sbt b/examples/build.sbt index a25d1be..0d3bbc5 100644 --- a/examples/build.sbt +++ b/examples/build.sbt @@ -1,7 +1,7 @@ -scalaVersion := "2.13.12" +scalaVersion := "2.13.14" -val circeVersion = "0.14.6" -val tapirVersion = "1.9.6" +val circeVersion = "0.14.7" +val tapirVersion = "1.10.7" lazy val examples = (project in file(".")) .settings( @@ -17,9 +17,9 @@ lazy val examples = (project in file(".")) libraryDependencies += "com.softwaremill.sttp.tapir" %% "tapir-json-circe" % tapirVersion, libraryDependencies += "com.softwaremill.sttp.tapir" %% "tapir-sttp-client" % tapirVersion, libraryDependencies += "com.softwaremill.sttp.tapir" %% "tapir-akka-http-server" % tapirVersion, - libraryDependencies += "com.softwaremill.sttp.client3" %% "async-http-client-backend-cats" % "3.9.2", + libraryDependencies += "com.softwaremill.sttp.client3" %% "async-http-client-backend-cats" % "3.9.6", - libraryDependencies += "org.typelevel" %% "cats-effect" % "3.5.3", + libraryDependencies += "org.typelevel" %% "cats-effect" % "3.5.4", ramlFile := Some(file("../src/sbt-test/sbt-scraml/simple/api/simple.raml")), ramlFieldMatchPolicy := scraml.FieldMatchPolicy.Exact(), diff --git a/project/build.properties b/project/build.properties index f6acff8..be54e77 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.6.2 +sbt.version = 1.10.0 diff --git a/src/sbt-test/sbt-scraml/tapir/build.sbt b/src/sbt-test/sbt-scraml/tapir/build.sbt index 9ee1d74..f68e8af 100644 --- a/src/sbt-test/sbt-scraml/tapir/build.sbt +++ b/src/sbt-test/sbt-scraml/tapir/build.sbt @@ -1,10 +1,10 @@ -val circeVersion = "0.14.2" -val refinedVersion = "0.9.27" -val tapirVersion = "1.1.0" +val circeVersion = "0.14.7" +val refinedVersion = "0.11.1" +val tapirVersion = "1.10.7" lazy val root = (project in file(".")) .settings( - scalaVersion := "2.13.8", + scalaVersion := "2.13.14", name := "scraml-tapir", version := "0.1", defaultTypes := scraml.DefaultTypes(