@@ -5,7 +5,7 @@ lazy val commonSettings = Seq(
55 organizationName := " Evolution" ,
66 organizationHomepage := Some (url(" http://evolution.com" )),
77 scalaVersion := crossScalaVersions.value.head,
8- crossScalaVersions := Seq (" 2.13.7 " , " 2.12.15 " ),
8+ crossScalaVersions := Seq (" 2.13.14 " , " 2.12.19 " , " 3.3.3 " ),
99 Compile / doc / scalacOptions += " -no-link-warnings" ,
1010 publishTo := Some (Resolver .evolutionReleases),
1111 licenses := Seq ((" MIT" , url(" https://opensource.org/licenses/MIT" ))),
@@ -25,10 +25,10 @@ lazy val sequentially = (project
2525 settings (name := " sequentially" )
2626 settings commonSettings
2727 settings (libraryDependencies ++= Seq (
28- " com.typesafe.akka" %% " akka-stream" % " 2.6.19 " ,
29- " com.typesafe.akka" %% " akka-testkit" % " 2.6.19 " % Test ,
30- " com.evolutiongaming" %% " executor-tools" % " 1.0.3 " ,
31- " com.evolutiongaming" %% " future-helper" % " 1.0.6 " ,
28+ " com.typesafe.akka" %% " akka-stream" % " 2.6.21 " ,
29+ " com.typesafe.akka" %% " akka-testkit" % " 2.6.21 " % Test ,
30+ " com.evolutiongaming" %% " executor-tools" % " 1.0.4 " ,
31+ " com.evolutiongaming" %% " future-helper" % " 1.0.7 " ,
3232 " org.scalatest" %% " scalatest" % " 3.2.10" % Test )))
3333
3434lazy val benchmark = (project
@@ -44,5 +44,7 @@ lazy val `sequentially-metrics` = (project
4444 settings commonSettings
4545 dependsOn sequentially
4646 settings (libraryDependencies ++= Seq (
47- " com.evolutiongaming" %% " prometheus-tools" % " 1.0.7 "
47+ " com.evolutiongaming" %% " prometheus-tools" % " 1.0.8 "
4848 )))
49+
50+ addCommandAlias(" check" , " show version" )
0 commit comments