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