From 3bdb59f7463553583f51a29a811dc2d0261d4cd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=B8=D0=B1=D0=B8=D1=80=D1=8F=D0=BA=D0=BE=D0=B2=20?= =?UTF-8?q?=D0=98=D0=BB=D1=8C=D1=8F=20=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8?= =?UTF-8?q?=D0=B5=D0=B2=D0=B8=D1=87?= Date: Mon, 18 Dec 2023 21:41:05 +0300 Subject: [PATCH] Updated scala213 and sbt versions --- .github/workflows/scala.yml | 2 +- build.sbt | 4 ++-- project/build.properties | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index a4acdc02..892f7655 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -14,7 +14,7 @@ jobs: matrix: os: [ubuntu-latest] # FIXME Use stable scala version - scala: [2.13.10, 3.3.1-RC1-bin-20230318-7226ba6-NIGHTLY] + scala: [2.13.12, 3.3.1-RC1-bin-20230318-7226ba6-NIGHTLY] steps: - uses: actions/checkout@v3 diff --git a/build.sbt b/build.sbt index 1cd48670..1e565492 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -lazy val scala213 = "2.13.10" +lazy val scala213 = "2.13.12" /* FIXME Return to use a stable version when 'scala.quoted.Quotes.reflectModuleSymbol.newClass' and 'scala.quoted.Quotes.reflectModule.ClassDef.apply' are no longer experimental methods @@ -8,7 +8,7 @@ lazy val scala3 = "3.3.1-RC1-bin-20230318-7226ba6-NIGHTLY" ThisBuild / scalaVersion := scala3 lazy val commonSettings = Seq( - version := "0.28.0", + version := "0.28.1", organization := "com.tethys-json", licenses := Seq("Apache-2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0")), homepage := Some(url("https://github.com/tethys-json/tethys")), diff --git a/project/build.properties b/project/build.properties index f344c148..b19d4e1e 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.8.2 +sbt.version = 1.9.7