Skip to content

Commit b0596c8

Browse files
committed
dotty-cps-async-0.9.2, scalajs-1.7.0
1 parent 7499cba commit b0596c8

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
For scala 3:
88

9-
libraryDependencies += "com.github.rssh" %% "scala-gopher" % "2.0.4"
9+
libraryDependencies += "com.github.rssh" %% "scala-gopher" % "2.0.5"
1010

1111
For scala2:
1212

build.sbt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,16 @@
22
val dottyVersion = "3.0.1"
33
//val dottyVersion = dottyLatestNightlyBuild.get
44

5-
ThisBuild/version := "2.0.5"
5+
ThisBuild/version := "2.0.6"
66
ThisBuild/versionScheme := Some("semver-spec")
77

88
val sharedSettings = Seq(
99
organization := "com.github.rssh",
1010
scalaVersion := dottyVersion,
1111
name := "scala-gopher",
1212
resolvers += "Local Ivy Repository" at "file://"+Path.userHome.absolutePath+"/.ivy2/local",
13-
libraryDependencies += "com.github.rssh" %%% "dotty-cps-async" % "0.9.1",
14-
libraryDependencies += "org.scalameta" %%% "munit" % "0.7.26" % Test,
15-
testFrameworks += new TestFramework("munit.Framework")
13+
libraryDependencies += "com.github.rssh" %%% "dotty-cps-async" % "0.9.2",
14+
libraryDependencies += "org.scalameta" %%% "munit" % "0.7.27" % Test,
1615
)
1716

1817
lazy val root = project

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.2")
22
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1")
33
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3")
44
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.0.0")
5-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.5.1")
5+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.7.0")
66

0 commit comments

Comments
 (0)