Skip to content

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
Added Scala 3.3.1-RC6, 3.3.1-RC7 and 3.3.1
  • Loading branch information
alexander-klimov authored Sep 7, 2023
1 parent cdfdab8 commit 53e5f50
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
inThisBuild(Seq(
organization := "com.github.ghik",
scalaVersion := crossScalaVersions.value.head,
crossScalaVersions := Seq("3.3.1-RC5", "3.3.1-RC4", "3.3.1-RC3", "3.3.1-RC2", "3.3.1-RC1", "3.3.0", "3.2.2", "3.2.1", "2.13.10", "2.13.11", "2.12.17"),
crossScalaVersions := Seq(
"3.3.1", "3.3.1-RC7", "3.3.1-RC6", "3.3.1-RC5", "3.3.1-RC4", "3.3.1-RC3", "3.3.1-RC2", "3.3.1-RC1", "3.3.0",
"3.2.2", "3.2.1",
"2.13.10", "2.13.11",
"2.12.17"
),

githubWorkflowTargetTags ++= Seq("v*"),
githubWorkflowJavaVersions := Seq(JavaSpec.temurin("17")),
Expand Down

0 comments on commit 53e5f50

Please sign in to comment.