diff --git a/README.md b/README.md index 47162e0..dde3674 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ shim which allows to compile scala program which use [scala-async](https://githu i.e. if you want port you program to dotty without changing source code, then you can replace scala-async dependecy to this shim for building with dotty. ```Scala - libraryDependencies += "com.github.rssh" %% "shim-scala-async-dotty-cps-async" % "0.9.11", + libraryDependencies += "com.github.rssh" %% "shim-scala-async-dotty-cps-async" % "0.9.12", ``` ['--' in github project name changed to '-' ] diff --git a/build.sbt b/build.sbt index 62c9e63..a838504 100644 --- a/build.sbt +++ b/build.sbt @@ -1,16 +1,16 @@ -val dottyVersion = "3.2.0" +val dottyVersion = "3.2.1" lazy val root = project .in(file(".")) .settings( name := "shim--scala-async--dotty-cps-async", - version := "0.9.11", + version := "0.9.12", scalaVersion := dottyVersion, libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % "test", - libraryDependencies += "com.github.rssh" %% "dotty-cps-async" % "0.9.11" + libraryDependencies += "com.github.rssh" %% "dotty-cps-async" % "0.9.12" ) diff --git a/project/build.properties b/project/build.properties index 22af262..8b9a0b0 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.7.1 +sbt.version=1.8.0