Skip to content

Commit ec3bc36

Browse files
committed
Update scala-compiler, scala-library to 2.13.12
1 parent f270954 commit ec3bc36

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@ scalaVersion := "2.13.1"
77
// https://github.com/druid-io/tranquility/blob/master/build.sbt
88
scalacOptions := Seq("-Yresolve-term-conflict:object")
99

10-
1110
resolvers += Resolver.mavenLocal
1211

1312
libraryDependencies += "org.scalatest" %% "scalatest" % "3.1.2" % "test"
1413
libraryDependencies += "com.github.writethemfirst" % "approvals-java" % "0.12.0" % "test"
15-
libraryDependencies += "org.scala-lang" % "scala-compiler" % "2.13.1" % "test"
14+
libraryDependencies += "org.scala-lang" % "scala-compiler" % "2.13.12" % "test"
1615
libraryDependencies += "org.scalameta" %% "scalafmt-core" % "2.5.2"
1716

1817
enablePlugins(JmhPlugin)

0 commit comments

Comments
 (0)