Skip to content

Commit

Permalink
Updated scala213 and sbt versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya-Sib committed Dec 18, 2023
1 parent 3fdebe2 commit 3bdb59f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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")),
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.8.2
sbt.version = 1.9.7

0 comments on commit 3bdb59f

Please sign in to comment.