We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a321db commit 19647a1Copy full SHA for 19647a1
build.sbt
@@ -1,7 +1,7 @@
1
// forked from sbt/sbt-coffeescript https://github.com/sbt/sbt-coffeescript
2
name := "sbt-coffeescript2"
3
ThisBuild / organization := "com.github.xenonabe"
4
-ThisBuild / scalaVersion := "2.12.13"
+ThisBuild / scalaVersion := "2.12.18"
5
6
lazy val root = (project in file("."))
7
.enablePlugins(SbtPlugin)
0 commit comments