Skip to content

Commit

Permalink
Update scala 2.13 & 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
danslapman committed Sep 28, 2024
1 parent c19fd02 commit 6af508d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ThisBuild / scalaVersion := "2.13.14"
ThisBuild / scalaVersion := "2.13.15"
ThisBuild / organization := "com.github.danslapman"

publish := {}
Expand All @@ -16,7 +16,7 @@ val versions = Map(
"glass" -> "0.3.0"
)

val scalaVersions = Seq("2.12.20", "2.13.14", "3.3.3")
val scalaVersions = Seq("2.12.20", "2.13.15", "3.3.4")

lazy val morphling = (projectMatrix in file("core"))
.jvmPlatform(scalaVersions = scalaVersions)
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.0")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1")

0 comments on commit 6af508d

Please sign in to comment.