File tree Expand file tree Collapse file tree 3 files changed +15
-10
lines changed Expand file tree Collapse file tree 3 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 1
- scalaVersion in ThisBuild := " 2.12.2 "
1
+ import sbtcrossproject . CrossPlugin . autoImport .{ crossProject , CrossType }
2
2
3
- crossScalaVersions in ThisBuild := Seq (scalaVersion.value, " 2.11.11" )
3
+ scalaVersion in ThisBuild := " 2.12.6"
4
+
5
+ crossScalaVersions in ThisBuild := Seq (scalaVersion.value, " 2.11.12" )
4
6
5
7
val library =
6
- crossProject.crossType(CrossType .Pure )
8
+ crossProject(JSPlatform , JVMPlatform )
9
+ .crossType(CrossType .Pure )
7
10
.enablePlugins(GitVersioning )
8
11
.settings(
9
12
organization := " org.julienrf" ,
10
13
name := " play-json-derived-codecs" ,
11
14
libraryDependencies ++= Seq (
12
- " com.chuusai" %%% " shapeless" % " 2.3.2 " ,
13
- " org.scalatest" %%% " scalatest" % " 3.0.3 " % Test ,
15
+ " com.chuusai" %%% " shapeless" % " 2.3.3 " ,
16
+ " org.scalatest" %%% " scalatest" % " 3.0.5 " % Test ,
14
17
" org.scalacheck" %%% " scalacheck" % " 1.13.5" % Test ,
15
- " com.typesafe.play" %%% " play-json" % " 2.6.1 "
18
+ " com.typesafe.play" %%% " play-json" % " 2.6.9 "
16
19
),
17
20
publishTo := {
18
21
val nexus = " https://oss.sonatype.org"
Original file line number Diff line number Diff line change 1
- sbt.version =0.13.13
1
+ sbt.version =0.13.17
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" com.jsuereth" % " sbt-pgp" % " 1.0.0 " )
1
+ addSbtPlugin(" com.jsuereth" % " sbt-pgp" % " 1.1.1 " )
2
2
3
- addSbtPlugin(" com.typesafe.sbt" % " sbt-git" % " 0.8.4 " )
3
+ addSbtPlugin(" com.typesafe.sbt" % " sbt-git" % " 0.9.3 " )
4
4
5
- addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 0.6.18" )
5
+ addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 0.5.0" )
6
+
7
+ addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 0.6.24" )
You can’t perform that action at this time.
0 commit comments