Skip to content

Commit

Permalink
Merge pull request #165 from scala-steward/update/scala3-library-3.6.3
Browse files Browse the repository at this point in the history
Update scala3-library to 3.6.3
  • Loading branch information
Philippus authored Jan 23, 2025
2 parents 37b35bc + 4a3a247 commit 853808c
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 root = project
name := "scala3-example-project",
description := "Example sbt project that compiles using Scala 3",
version := "0.1.0",
scalaVersion := "3.6.2",
scalaVersion := "3.6.3",
scalacOptions ++= Seq("-deprecation"),
libraryDependencies += "org.scalameta" %% "munit" % "1.1.0" % Test
)

0 comments on commit 853808c

Please sign in to comment.