8000 sbt-1.5.6, munit-0.7.29 · rssh/scala-gopher@6245794 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6245794

Browse files
committed
sbt-1.5.6, munit-0.7.29
1 parent 909906f commit 6245794

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ val sharedSettings = Seq(
1111
name := "scala-gopher",
1212
resolvers += "Local Ivy Repository" at "file://"+Path.userHome.absolutePath+"/.ivy2/local",
1313
libraryDependencies += "com.github.rssh" %%% "dotty-cps-async" % "0.9.4",
14-
libraryDependencies += "org.scalameta" %%% "munit" % "0.7.27" % Test,
14+
libraryDependencies += "org.scalameta" %%% "munit" % "0.7.29" % Test,
1515
)
1616

1717
lazy val root = project

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.5.5
1+
sbt.version=1.5.6

0 commit comments

Comments
 (0)
0