Skip to content

Commit

Permalink
Upgrade scala and ammonite. (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongl committed Feb 21, 2022
1 parent eb1e39d commit 0eec423
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ lazy val root = (project in file(".")).settings(
url("https://github.com/zhongl")
)
),
scalaVersion := "2.13.5",
scalaVersion := "2.13.8",
semanticdbEnabled := true,
semanticdbVersion := scalafixSemanticdb.revision,
scalafmtOnCompile := true,
Expand All @@ -22,7 +22,7 @@ lazy val root = (project in file(".")).settings(
resolvers += "Artima Maven Repository" at "https://repo.artima.com/releases",
libraryDependencies ++= Seq(
"org.seleniumhq.selenium" % "selenium-java" % "4.1.2",
"com.lihaoyi" % "ammonite" % "2.4.0" cross CrossVersion.full,
"com.lihaoyi" % "ammonite" % "2.5.2" cross CrossVersion.full,
"org.typelevel" %% "cats-free" % "2.7.0",
"org.scalatest" %% "scalatest-wordspec" % "3.2.11" % Test,
"org.scalactic" %% "scalactic" % "3.2.11",
Expand Down

0 comments on commit 0eec423

Please sign in to comment.