We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 909906f commit 6245794Copy full SHA for 6245794
build.sbt
@@ -11,7 +11,7 @@ val sharedSettings = Seq(
11
name := "scala-gopher",
12
resolvers += "Local Ivy Repository" at "file://"+Path.userHome.absolutePath+"/.ivy2/local",
13
libraryDependencies += "com.github.rssh" %%% "dotty-cps-async" % "0.9.4",
14
- libraryDependencies += "org.scalameta" %%% "munit" % "0.7.27" % Test,
+ libraryDependencies += "org.scalameta" %%% "munit" % "0.7.29" % Test,
15
)
16
17
lazy val root = project
project/build.properties
@@ -1 +1 @@
1
-sbt.version=1.5.5
+sbt.version=1.5.6
0 commit comments