Skip to content
This repository was archived by the owner on Sep 3, 2020. It is now read-only.

Commit d321a80

Browse files
committed
Publish only to latest Scala version
1 parent d3165e1 commit d321a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version := "0.14.0-SNAPSHOT"
33
scalaVersion := "2.12.3"
44
moduleName := name.value
55
organization := "org.scala-refactoring"
6-
crossScalaVersions := Seq("2.10.6", "2.11.8", "2.12.2", "2.12.3")
6+
crossScalaVersions := Seq("2.10.6", "2.11.8", scalaVersion.value)
77
crossVersion := CrossVersion.full
88
fork := true
99
parallelExecution in Test := false

0 commit comments

Comments
 (0)