Skip to content

Commit

Permalink
support scala 2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
bang.nguyen1 committed Sep 3, 2021
1 parent bacccf7 commit c7b6c63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
@@ -1,4 +1,4 @@
ThisBuild / crossScalaVersions := List("2.12.14")
ThisBuild / crossScalaVersions := List("2.12.14", "2.13.6")

inThisBuild(
List(
Expand Down Expand Up @@ -36,7 +36,7 @@ lazy val root = (project in file("."))
libraryDependencies ++= Seq(
"com.typesafe" % "config" % "1.3.1",
"com.google.inject" % "guice" % "4.1.0",
"net.codingwell" %% "scala-guice" % "4.1.0"
"net.codingwell" %% "scala-guice" % "4.2.9"
)
)
.settings(
Expand Down

0 comments on commit c7b6c63

Please sign in to comment.