We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c9541 commit 42ea86dCopy full SHA for 42ea86d
build.sbt
@@ -2,7 +2,7 @@
2
val dottyVersion = "3.1.0"
3
//val dottyVersion = dottyLatestNightlyBuild.get
4
5
-ThisBuild/version := "2.1.1-SNAPSHOT"
+ThisBuild/version := "2.1.1"
6
ThisBuild/versionScheme := Some("semver-spec")
7
8
val sharedSettings = Seq(
jvm/src/main/scala/gopher/JVMGopher.scala
@@ -61,6 +61,10 @@ object JVMGopher extends GopherAPI:
61
taskExecutor=ForkJoinPool.commonPool(),
62
)
63
64
+ // need for binary compability
65
+ @deprecated("use summon[Gopher].time instead")
66
+ lazy val timer = new Timer("gopher")
67
+
68
val logger = Logger.getLogger("JVMGopher")
69
70
def defaultLogFun(level: Level, message:String, ex: Throwable|Null): Unit =
0 commit comments