Skip to content

Commit dcb3242

Browse files
committed
updates dotty-cps-async to 0.9.16
1 parent e99d8bc commit dcb3242

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ My country, Ukraine, [is being invaded by the Russian Federation, right now](htt
1010

1111
For scala 3.1.1+:
1212

13-
libraryDependencies += "com.github.rssh" %% "scala-gopher" % "3.0.2"
13+
libraryDependencies += "com.github.rssh" %% "scala-gopher" % "3.0.7"
1414

1515
For scala 3 and 3.1.0:
1616

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ val dottyVersion = "3.2.2"
33
//val dottyVersion = "3.1.3-RC1-bin-SNAPSHOT"
44
//val dottyVersion = dottyLatestNightlyBuild.get
55

6-
ThisBuild/version := "3.0.7-SNAPSHOT"
6+
ThisBuild/version := "3.0.7"
77
ThisBuild/versionScheme := Some("semver-spec")
88

99
val sharedSettings = Seq(
1010
organization := "com.github.rssh",
1111
scalaVersion := dottyVersion,
1212
name := "scala-gopher",
1313
//resolvers += "Local Ivy Repository" at "file://"+Path.userHome.absolutePath+"/.ivy2/local",
14-
libraryDependencies += "com.github.rssh" %%% "dotty-cps-async" % "0.9.16-SNAPSHOT",
14+
libraryDependencies += "com.github.rssh" %%% "dotty-cps-async" % "0.9.16",
1515
libraryDependencies += "org.scalameta" %%% "munit" % "0.7.29" % Test,
1616
)
1717

0 commit comments

Comments
 (0)