Skip to content

Commit c89863c

Browse files
committed
dependency updates
1 parent 0bda21d commit c89863c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
//val dottyVersion = "3.0.0-RC2-bin-SNAPSHOT"
2-
val dottyVersion = "3.2.1"
2+
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.6-SNAPSHOT"
6+
ThisBuild/version := "3.0.6"
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.14-SNAPSHOT",
14+
libraryDependencies += "com.github.rssh" %%% "dotty-cps-async" % "0.9.15",
1515
libraryDependencies += "org.scalameta" %%% "munit" % "0.7.29" % Test,
1616
)
1717

project/build.properties

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

0 commit comments

Comments
 (0)