Skip to content

Commit

Permalink
Scala 3.3 (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
keynmol authored Nov 2, 2023
1 parent 5822f30 commit f9b59ad
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: $SBTN "test-2_13-$SCALA_PLATFORM;codeQuality-2_13-$SCALA_PLATFORM"

- name: Test 3
run: $SBTN "test-3_2-$SCALA_PLATFORM;codeQuality-3_2-$SCALA_PLATFORM"
run: $SBTN "test-3_3-$SCALA_PLATFORM;codeQuality-3_3-$SCALA_PLATFORM"

- name: SBT Plugin test
run: $SBTN pluginTests-2_12-jvm
Expand Down
12 changes: 6 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import java.io.FileReader
val Ver = new {
val flexmark = "0.62.2"
val coursier = "2.1.6"
val coursier = "2.1.7"
val osLib = "0.9.1"
val scalaUri = "4.0.2"
val scalaCollectionCompat = "2.10.0"
val scalaCollectionCompat = "2.11.0"
val scalatags = "0.12.0"
val decline = "2.3.1"
val laminar = "15.0.1"
val decline = "2.4.1"
val laminar = "16.0.0"
val upickle = "3.1.0"
val fansi = "0.4.0"
val weaver = "0.6.15"
Expand All @@ -19,8 +19,8 @@ val Ver = new {

val Scala = new {
val `2_12` = "2.12.15"
val `2_13` = "2.13.10"
val `3` = "3.2.2"
val `2_13` = "2.13.12"
val `3` = "3.3.1"

val only_2 = Seq(`2_12`, `2_13`)
val only_2_13 = Seq(`2_13`)
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")

addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")

addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.4")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1")

addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.9.0")

addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.1")

addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")

addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.2")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0")

addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.15")

Expand Down

0 comments on commit f9b59ad

Please sign in to comment.