Skip to content

Commit

Permalink
Merge pull request #109 from scala-steward/update/scala3-library-3.1.3
Browse files Browse the repository at this point in the history
Update scala3-library to 3.1.3
  • Loading branch information
xuwei-k authored Jun 29, 2022
2 parents 0ea9490 + d5a79e3 commit 819214a
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,6 +4,6 @@ lazy val root = project
name := "scala3-example-project",
description := "Example sbt project that compiles using Scala 3",
version := "0.1.0",
scalaVersion := "3.1.2",
scalaVersion := "3.1.3",
libraryDependencies += "org.scalameta" %% "munit" % "0.7.29" % Test
)

0 comments on commit 819214a

Please sign in to comment.