Skip to content

Commit 2d84ee9

Browse files
committed
add resolver for Scala 2 nightlies
1 parent c2bba81 commit 2d84ee9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name := "utest"
22
organization := "com.lihaoyi"
3+
resolvers += "scala-integration" at
4+
"https://scala-ci.typesafe.com/artifactory/scala-integration/"
35
scalaVersion := "2.13.16"
46
libraryDependencies += "org.portable-scala" %% "portable-scala-reflect" % "0.1.0"
57
libraryDependencies += "org.scala-sbt" % "test-interface" % "1.0"

0 commit comments

Comments
 (0)