Skip to content

Commit 0ea9490

Browse files
authored
Merge pull request scala#108 from scala-steward/update/scala3-library-3.1.2
Update scala3-library to 3.1.2
2 parents a235a16 + 3385b38 commit 0ea9490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ lazy val root = project
44
name := "scala3-example-project",
55
description := "Example sbt project that compiles using Scala 3",
66
version := "0.1.0",
7-
scalaVersion := "3.1.1",
7+
scalaVersion := "3.1.2",
88
libraryDependencies += "org.scalameta" %% "munit" % "0.7.29" % Test
99
)

0 commit comments

Comments
 (0)