Skip to content

Commit

Permalink
Merge pull request #558 from scala-steward/update/scala3-library-3.4.3
Browse files Browse the repository at this point in the history
Update scala3-library, ... to 3.4.3
  • Loading branch information
goshacodes authored Jan 3, 2025
2 parents a2fcaee + 1a24827 commit 6b100e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lazy val scalatest = Def.setting("org.scalatest" %%% "scalatest" % "3.2.19")
lazy val specs2 = Def.setting("org.specs2" %%% "specs2-core" % "4.20.8")

val commonSettings = Defaults.coreDefaultSettings ++ Seq(
scalaVersion := "3.4.2",
scalaVersion := "3.4.3",
scalacOptions ++= Seq(
"-deprecation",
"-unchecked",
Expand Down

0 comments on commit 6b100e4

Please sign in to comment.