Skip to content

Commit

Permalink
Update scala3-compiler, scala3-library to 3.4.2 (#2135)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 24, 2024
1 parent e345cb1 commit 84909d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Deps.sc
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ object Izumi {
// DON'T REMOVE, these variables are read from CI build (build.sh)
final val scala212 = ScalaVersion("2.12.19")
final val scala213 = ScalaVersion("2.13.14")
final val scala300 = ScalaVersion("3.4.1")
final val scala300 = ScalaVersion("3.4.2")

object Groups {
final val fundamentals = Set(Group("fundamentals"))
Expand Down Expand Up @@ -240,7 +240,7 @@ object Izumi {

final val sharedAggSettings = outOfSource ++ Seq(
"""SettingKey[Boolean]("ide-skip-project")""" := true,
"crossScalaVersions" := "Nil".raw
"crossScalaVersions" := "Nil".raw,
)

final val rootSettings = Defaults.RootOptions ++ Defaults.SbtMetaRootOptions ++ Seq(
Expand Down

0 comments on commit 84909d7

Please sign in to comment.